[gdome]internalSubset in DocumentType



DOM2 spec say:
internalSubset of type DOMString, readonly, introduced in DOM Level 2 
The internal subset as a string. 

Note: The actual content returned depends on how much information is
available to the implementation.
This may vary depending on various parameters, including the XML processor
used to build the document.

So, libxml parse the internalSubset of a document and data are organized
as list in the children field.
We have to decide how I have to marshall this structured data in a String.
Have you any ideas?

Paolo
--
Paolo Casarini





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