On Mon, Jun 25, 2007 at 03:37:26PM -0700, John Zhang wrote: > Hi, > > I'm rather new to XML/libxml and I was wondering if it there is any way to > set a DTD without using xmlTextWriterWriteDTD() and instead use a function > similar to startElement or startDocument (I'm using a xmlSAXHandlerPtr).
I don't understand. What do you mean by 'set a DTD' ? The functions you are suggesting are for parsing, so I don't see how you could modify the document, it's an input not an output. Also don't use SAX unless you really know what you're doing, use the xmlReader. Daniel -- Red Hat Virtualization group http://redhat.com/virtualization/ Daniel Veillard | virtualization library http://libvirt.org/ [EMAIL PROTECTED] | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/ _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
