[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Looking for tools to build valid XML file.


bruce kulik
Bruce,

> Calling for a new "r" element with string "data" on an empty tree

You will need more than this. A DTD does not define a root element, take for
instance Docbook where you can write a book as well as an article against
the same DTD. So you need to specify at least the root element you want to
use.

There are some tools that generate an element content (oXygen does it too
but it does not enter into choices). In the general case you will not know
before hand what information will be needed to unambiguously generate an
instance document. In your example you specify that some element must be
present with some text content but this is not enough. A solution for the
general case will be to walk through the DTD model starting from the desired
root element and just ask the user when there is more than one possible path
to follow.

If your problem reduces to only one choice model and you know the root then
specifying what element from the choice group must be present should be
enough.

Hope that helps,
 George
-------------------------------------------------------------
George Cristian Bina mailto:george@o...
<oXygen/> XML Editor - http://www.oxygenxml.com/


----- Original Message -----
From: "Bruce Kulik" <bkulik@a...>
To: <xml-dev@l...>
Sent: Monday, January 12, 2004 4:41 PM
Subject:  Looking for tools to build valid XML file.


> I am looking for a software module to help create valid XML given a
> DTD and an element name and data.  For example, suppose you have the
> following simple DTD:
>
> <!ELEMENT a (x , y , z)>
> <!ELEMENT x (#PCDATA)>
> <!ELEMENT y (q | r)*>
> <!ELEMENT z (#PCDATA)>
> <!ELEMENT q (#PCDATA)>
> <!ELEMENT r (#PCDATA)>
>
> Calling for a new "r" element with string "data" on an empty tree
> would result in:
>
> <a>
>   <x/>
>   <y>
>     <r>data</r>
>   </y>
> </a>
>
> Then calling for a new "q" element with string "string" would result
> in:
>
> <a>
>   <x/>
>   <y>
>     <r>data</r>
>     <q>string</q>
>   </y>
> </a>
>
> Does anybody know of such a library or product?
>
> Bruce Kulik
>
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>
>


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.