XML


1. Standard


At W3Schools you will find all the Web-building tutorials you need, from basic HTML and XHTML to advanced XML, XSL, Multimedia and WAP.
http://www.w3schools.com/
http://www.w3schools.com/xsl/xsl_for_each.asp
http://www.w3schools.com/dom/default.asp

Tools and XML Learning Tutorials
http://www.topxml.com/

A Real Life DOM Example
http://www.geocities.com/sundar_rajan_in/java/jsp/table2xml.html

XSL Transformations (XSLT)
http://www.w3.org/TR/xslt#
http://de.wikipedia.org/wiki/XSL_Transformation

Microsoft DOM Objects Reference
http://www.topxml.com/xml/articles/dom_xml_prog/default-46.asp

Debian-Linux-Package xml-twig-tools: Command line tools for processing XML documents


2. Tools

3. Python

  • xml.etree.ElementTree for parsing XML
  • xmlschema for testing agains Schema
  • from xml.dom import minidom hier war allerings xml.etree.ElementTree einfacher in der Handhabung


4. XML-Schema prüfen


apt install libxml2-utils


xmllint file.xml --noout


Siehe auch
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki