Re: [xml-dev] Any tool to generate xml documents?

From
<>
Date
2007-06-19T15:19:19Z
ID
<>
Thread
Re: [xml-dev] Any tool to generate xml documents?
I am looking for a tool which can randomly generate a test case for an XML 
application which conform a specified DTD or schema.

Thanks for help,

Yang


Quoting Richard Tobin <>:

> In article
> <> you
> write:
> >How can one automate the process of generation of instances?
> 
> Choose a random legal top-level element.  Give it any required
> attributes, with values chosen from the legal possibilities.
> Randomly choose optional attributes to give it.  Then give it child
> elements in accordance with its content model, making random choices
> where the content model allows them.  Add random text-content if
> allowed, or random whitespace for element-only content.  Continue
> recursively.
> 
> In practice you would probably want to specify limits on the nesting
> depth and so on.
> 
> Satisfying ID/IDREF and similar constraints can be hard in theory
> (Henry Thompson and I produced a DTD where generating instances is
> equivalent to 3SAT), but this is probably not important in realistic
> cases.
> 
> -- Richard
> -- 
> "Consideration shall be given to the need for as many as 32 characters
> in some alphabets" - X3.4, 1963.
> 
> _______________________________________________________________________
> 
> XML-DEV is a publicly archived, unmoderated list hosted by OASIS
> to support XML implementation and development. To minimize
> spam in the archives, you must subscribe before posting.
> 
> [Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
> Or unsubscribe: 
> subscribe: 
> List archive: http://lists.xml.org/archives/xml-dev/
> List Guidelines: http://www.oasis-open.org/maillists/guidelines.php
>