4D v13.4Overview of XML Utilities Commands |
||
|
4D v13.4
Overview of XML Utilities Commands
Overview of XML Utilities Commands
This theme groups together the generic XML "utilities" commands of 4D. These are option- and error-management commands as well as commands specialized in XSL. For general information about XML (overview, glossary) as well as the differences between DOM and SAX modes, please refer to the Overview of XML DOM Commands section. 4D supports the application of XSL style sheets (eXtended Stylesheet Language). The XSL language allows you to modify the tags of an XML document. The XSL language features two different aspects:
Note: 4D uses the Xalan-C_1_6_0.dll library to perform XSL transformations. Xalan is a freeware XSLT processor. For more information, please visit http://xml.apache.org/xalan-c/index.html. XSL style sheets are text documents (with .xsl extensions) generated manually or using specialized applications. The XSL language features various elements and functions that allow you to perform any type of dynamic transformation. For more information on this language, please visit http://xmlfr.org (for example). 4D allows you to transform an XML document using an existing XSL style sheet (XSLT APPLY TRANSFORMATION command). Also, 4D allows you to modify XSL style sheet parameters on the fly using the XSLT SET PARAMETER command. Note: An option in the export dialog box lets you use an XSL style sheet when exporting XML and thus generate a transformed XML document. SVG (Scalable Vector Graphics) is a file format used to describe vector graphics (extension .svg) in XML. The most common use of SVG is the publication of statistical or mapping data. |
PROPERTIES
Product: 4D |