Is there an example XML document that uses each XML function for testing?

Does anyone know where I can get a canonical XML document that uses every feature of the XML 1.0 specification that is not mutually exclusive?

Not including various coding options.

If I can get one document encoded in UTF-8, that will be fine.

+3
source share
1 answer

A single document cannot use every function: for example, if a document uses UTF-16 encoding, then it cannot also use UTF-8 encoding.

W3C XML 1.0 Conformance Testing Kit can be downloaded from http://www.w3.org/XML/Test/

+4
source

All Articles