Re: [gdome]ParseOptions for GDOME2?



On Thu, 25 Oct 2001, 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?

validate:
See gdome_di_createDocFromXXXXX documentation with regard to the mode
parameter (GDOME_LOAD_VALIDATING).

preserveWhiteSpace:
This could be implemented because libxml2 support it.


Bye,
  paolo.
--
Paolo Casarini - casarini cs unibo it




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