Scott Okupski wrote:
> I can run the samples (IteratorView and TreeWalker) without problem when
> using the supplied data file "personal.xml". However, If I try to run the
> samples using "personal-schema.xml", my system hangs at the command prompt
> with the following output: http://apache.org/xml/properties/dom-node

First, the property is "http://xml.org/sax/properties/dom-node";.
Second, we don't support this property. Through a defect in the
documentation, this property never showed up in the 1.0.1 docs.
The next release should solve this documentation problem. 

However, this SAX2 property is only to be used by SAX parsers
that are traversing a DOM tree in order to produce callbacks to
the SAX handlers. Perhaps we should consider adding a
parser(Document) method to the SAXParser. But it seems kind of
overkill to have a parser when an instance of the DOM Level 2
traversal APIs could address this problem.

-- 
Andy Clark * IBM, JTC - Silicon Valley * [EMAIL PROTECTED]

Reply via email to