Further Information on XML
XML is generally controlled by the W3C (World Wide Web Consortium). Further information can be found at www.w3.org.
A primer on XML schemas can be found at www.w3.org/TR/xmlschema-0/
The XML (eXtensible Markup Language) data format is a text-based format used to contain information in a structured way. That is, an XML file (called an instance) contains named marker pairs like HTML. Between these pairs, data can be held. The file can be interpreted both by computers and (by viewing in a simple text editor) by humans. An XML Schema is a document which describes an XML instance. It declares data types, names, ranges, etc., for the data as well as showing the structure of the data. It can include validation checks and additional information which assists either computers or humans to interpret the data. XML instances generally have the file extension .XML. XML schema documents generally have the file extension .XSD.
To assist human interpretation of XML instances, there is a further language, XSLT (eXtensible Stylesheet Language Transformations). This can transform an XML instance document into an easily-understandable HTML page which can be viewed in a standard web browser. XSLT files usually have the extension .XSLT.
XML is generally controlled by the W3C (World Wide Web Consortium). Further information can be found at www.w3.org.
A primer on XML schemas can be found at www.w3.org/TR/xmlschema-0/
|
XML in WISP The WISP program has the ability to import/export XML data on ingredient nutritional data. In future, it will also handle import/export of XML data for recipes, intakes and 24h recalls, menus and menu containers. In addition, it can output analysis results in XML format. |
XML in CARAT The CARAT program will be able to import XML data on : ingredient nutritional data and recipe data. The program will also be able to export XML data for both the above data types and in addition can output recipe analysis results and label declarations in XML format. |
|
XML in QBuilder QBuilder can export analysis results sets in XML format. |
Other Products Further XML capabilities are being added all the time. Review this web page occasionally for new information. |