[
Lists Home |
Date Index |
Thread Index
]
Cirip Tomas wrote:
>
> Hi all,
>
> I switched from Xerces 1.4.3 to Xerces 2.0.0 Beta 4 and I noticed following
> difference:
>
> DocumentType.getInternalSubset() doesn't return internal DTD
>
> Is it bug or is is some setting on parser that I am missing?! Thank you
According to the DOM spec, the information available is implementation
dependent:
[[
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
]]
However, since the information was provided in Xerces 1, Xerces 2 should
try to provide the same information.
In the future, please post questions about Xerces to the xerces-j-user
list. You may also use Bugzilla to open bugs against Xerces
(http://nagoya.apache.org/bugzilla/).
Thx,
--
Elena Litani / IBM Toronto
|