[xml] xmlParseFile with minimal library



I am trying to build a minimal-sized libxml2 but need to use xmlParseFile. 

I'm using the following flags to configure, which *almost* works - xmlParseFile is the only link error I've 
seen so far.   Can anyone tell me if there is another flag I need? 
 
  --minimum
  --tree
  --valid
  --iso8859x

The application is going to be embedded, so I'd like to minimize size of libxml while being able to parse & 
validate an xml file into the tree form.

Thanks for any help or ideas,
Henry Bibb
hqb netcom com



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]