[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [xml] help please
- From: Daniel Veillard <veillard redhat com>
- To: Michael Picheca <pichecma mcmaster ca>
- Cc: xml gnome org
- Subject: Re: [xml] help please
- Date: Sat, 8 Dec 2001 12:38:00 -0500
On Sat, Dec 08, 2001 at 12:21:21PM -0800, Michael Picheca wrote:
[...]
> <?xml version="1.0"?>
> <!DOCTYPE tokens_test SYSTEM "tokens.dtd">
[...]
> Now, in my code I use
>
> xmlDocPtr xml;
> xmlNodePtr node;
> xml = xmlParseFile(XMLFile)
add
xmlDoValidityCheckingDefaultValue = 1;
before xml = xmlParseFile(XMLFile)
Daniel
--
Daniel Veillard | Red Hat Network https://rhn.redhat.com/
veillard redhat com | libxml Gnome XML XSLT toolkit http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]