I'm looking for a somewhat representative sample test XML file for a typical application. It should contain all typical XML features, such as

  • Elements with and without attributes
  • Text (both structured and unstructured)
  • Namespaces
  • CDATA
  • DTD / Entity declarations
  • Comments
  • Processing instructions

And some half-sensible data of around 50kb or more. Does anyone know such a sample document? It should have a license compatible with Apache 2.0 or similar

link|improve this question

1  
See W3C XML Test Suite – empo Aug 9 '11 at 16:51
Thanks @empo, seems obvious at first sight. But they're all very small... I don't need to test XML itself, but an XML API... – Lukas Eder Aug 9 '11 at 16:58
Sorry probably I'm missing the main question. I've provided the link only as possible source of sample files which you can use to create your "sample test XML file". – empo Aug 9 '11 at 17:17
1  
@empo, I see. Well, I'm too lazy for that, that's why I asked :-) – Lukas Eder Aug 9 '11 at 17:20
I'm not sure if in general is possible to write a single test file containing any XML feature. – empo Aug 9 '11 at 17:28
feedback

1 Answer

up vote 1 down vote accepted
  • You can have a look at XSL examples like this involving either XML with DTD and XSL. All three are XML documents each one with an (almost) full set of XML features.

  • For other basic documents involving namespace and attributes you might be interested in looking at the W3C XSL test suite. For example, you can directly download a .fo basic file from FOP vendor.

  • Other, obvious, place to gather useful examples is at the various tutarials of W3School like in DTD examples, SOAP examples, XML CData examples and so on

link|improve this answer
1  
Thanks for those links. I'm not sure about the license of w3school documents, but there are some representative samples among them, which I can anonymise... – Lukas Eder Aug 10 '11 at 8:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.