| file | Description |
|---|---|
| InputForm.XML | XML File containing the Input Form Data |
| InputFormFR.xsl | XSLT Stylesheet used for display of XML elements in French |
| InputFormEN.xsl | XSLT Stylesheet used for display of XML elements in English |
| InputFormES.xsl | XSLT Stylesheet used for display of XML elements in Spanish |
| InputFormFRoutput.htm | Output generated from the transformation of InputFormFR.XSL Stylesheet with InputForm.XML |
| InputFormENoutput.htm | Output generated from the transformation of InputFormEN.XSL Stylesheet with InputForm.XML |
| InputFormESoutput.htm | Output generated from the transformation of InputFormES.XSL Stylesheet with InputForm.XML |
| Method1.zip | All files for this example |
| file | Description |
|---|---|
| InputForm.XML | XML File containing the Input Form Data |
| AllHeadings.xml | The Single XML document that contains all of the translations for headings in the xml document. |
| InputForm.xsl | XSLT Stylesheet used to display the XML data in InputForm.xml and the translations from AllHeadings.xml |
| Method2.zip | All files for this example. |
| file | Description |
|---|---|
| InputForm.XML | XML File containing the Input Form Data |
| InputForm.xsl | XSLT Stylesheet used to display the XML data in InputForm.xml and the translations from seperate translation files, each kept in a language specific directory |
| Headings.xml | Translation XML document used for "English" translations. It is located in the "/translations/en/Headings.xsl" directory |
| Headings.xml | Translation XML document used for "Spanish" translations.It is located in the "/translations/es/Headings.xsl" directory |
| Headings.xml | Translation XML document used for "French" translations. It is located in the "/translations/fr/Headings.xsl" directory. |
| Method3.zip | All files for this example |
| file | Description |
|---|---|
| InputForm.XML | XML File containing the Input Form Data |
| InputForm.xsl | XSLT Stylesheet used to display the XML data in InputForm.xml with required translation performed inline using a xsl:choose element. |
| Method4.zip | All files for this example |