XML : Extensible Markup Language
http://fr.wikipedia.org/wiki/XML
http://en.wikipedia.org/wiki/XML
http://www.w3.org
http://www.w3schools.com
Editeur XML
Libre
Emacs + mode nxmlSyntext Serna Free http://www.syntext.com/products/serna-free/
KXML Editor http://kxmleditor.sourceforge.net/
Conglomerate http://www.conglomerate.org/
Non libre
Altova XMLSpy http://www.altova.com/xml-editor/<oXygen/> http://www.oxygenxml.com/
XXE XMLmind XML Editor http://www.xmlmind.com/xmleditor/
Serna http://www.syntext.com/products/serna/ (version entreprise non libre mais existe en version libre)
On line
http://www.lasidore.rasama.org/Validation XML
file=fichier
all:
$(MAKE) valid-dtd
$(MAKE) valid-xsd
$(MAKE) valid-rng
$(MAKE) valid-compactrng
indent:
xmllint ${file}.xml --format
# DTD
valid-dtd:
#xmllint ${file}.xml --noout --loaddtd --valid
xmllint ${file}.xml --noout --dtdvalid ${file}.dtd
# XML Schema
valid-xsd:
xmllint ${file}.xml --noout --schema ${file}.xsd
# RelaxNG
valid-rng:
xmllint ${file}.xml --noout --relaxng ${file}.rng
# RelaxNG compact
valid-compactrng:
trang ${file}.rnc ${file}_compact.rng
xmllint ${file}.xml --noout --relaxng ${file}_compact.rngDTD .dtd
XML Schema .xsd
RelaxNG .rng
Obtenir le code source
Accès web
http://svn.berlios.de/viewvc/openphysic/xml/Accès anonyme
svn checkout svn://svn.berlios.de/openphysic/xml/Accès développeur
svn checkout svn+ssh://scls19fr@svn.berlios.de/svnroot/repos/openphysic/xml/2D
AJAX
DeuxD
DevelWeb
DTD
JavaScript
OpenOffice
REST
SVG
XAML
XUL
voir aussi :
- MathML formules mathématiques
- SVG format de dessin vectoriel
- SMIL Présentation multimédia
- DOM / SAX
- XSLT Transformations
- XForms
- XSL
- XPointer
- Xlink
- Xinclude
- GUI : Mozilla XUL, Microsoft XAML
- Docbook Linuxdoc Debiandoc : formats XML de documentation
There are no comments on this page. [Add comment]