Re: [xml] help please



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]