[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: expanding parameters in DTDs
> I'm looking for a tool or a piece of freeware that'll expand all the > parameter references in a DTD. Heck, just use a SAX2 parser that reports all DTD declarations, and connect its output to an output processing stage that knows how to print such things correctly. Parse a file that just includes your DTD with a token root element, and manually edit out the four or five lines that aren't the expanded (internal) DTD subset you're after. I recall doing such things with my XML utilities last year. (Not updated in a while, but see the Java libraries at http://xmlconf.sourceforge.net ... one day maybe I'll put the non-javadoc documentation back there!) - 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
|