|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: DTD formal syntax
> I want to write something that accepts a DTD, allows you to input
> data that conforms to the DTD, and outputs the data in valid XML.
> XMLSpy does this, but not quite the way I would like.
Now I'm very confused:
Accepts DTD:
<!DOCTYPE foo
PUBLIC "-//some//fpi" "some-uri.dtd"
[
<!-- internal subset is part of dtd too -->
<!ENTITY bar "override what's in external subset">
<!ATTLIST foo bar CDATA "my favorite default">
<!ELEMENT foo EMPTY>
<!-- etc -->
]>
Allows you to input data conforming to that DTD:
<foo />
Outputs the data in valid XML ... hey, "cat" is my
favorite tool for doing that.
What exactly are you after -- something that takes
something resembling a DTD and then turns it into
a DTD?
- Dave
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||

Cart








