Re: DOCTYPE
Martin Klang <[email protected]> Fri, 18 Jul 2003 17:11:44 +0000 (GMT)
| Newsgroups | gmane.text.xml.o-xml |
|---|---|
| Message-ID | <[email protected]> |
Ken, I think there's currently no way to generate a doctype using o:XML. Unfortunately the doctype of the source document is lost in the compilation step. At the moment, the only way to get around this that I can think of is to run an XSL transform on the result, and produce the doctype then. I thought I'd add a <o:program> tag with a standalone option, and public/system doctype attributes a la XSLT. Next version! regards, /m Martin Klang http://www.o-xml.org - the object-oriented XML programming language On Thu, 17 Jul 2003, Ken McCloskey wrote: > Martin, > > Congratulations on the new release of o:xml and thanks for your continued > support. > > My (next) question involves outputting a DOCTYPE from o:xml, how can I > accomplish this? > > Thanks, > Ken