Re: [gdome]ParseOptions for GDOME2?



On Thu, Oct 25, 2001 at 01:48:04PM +0200, Uwe Fechner wrote:
> Hello,
> 
> while implementing the GDOME2 wrapper for delphi/kylix, 
> I am comparing GDOME2 with the Microsoft DOM parser (MSDOM).
> 
> MSDOM offers an additional interface for DOM-Documents, called
> IDOMParseOptions, with the following properties:
> 
> - property async: Boolean 
> - property preserveWhiteSpace: Boolean 
> - property resolveExternals: Boolean 
> - property validate: Boolean 
> 
> I think, the properties validate and preserveWhiteSpace are
> realy useful.
> 
> Is there a way to get a similar functionality with GDOME2?

preserveWhiteSpace, resolveExternals,  and validate seems to map
directly to libxml2 parser options. Should not be hard.

Daniel

-- 
Daniel Veillard      | Red Hat Network http://redhat.com/products/network/
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]