Wiki source for Xml


Show raw source

=====XML=====

==a==Standard==a==

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


==a==Tools==a==

https://xmlpad-mobile.com


==a==Python==a==

- 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


==a==XML-Schema prüfen==a==

%%
apt install libxml2-utils
%%

%%
xmllint file.xml --noout
%%
----
Siehe auch {{backlinks}}
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki