K
kzawah
Hi, I am trying to quickly use xerces to parse some simple config
files. I have used SAX a bit before but this is my first day working
with DOM.
Ive looked at the docs, and downloaded some samples from the web, the
web sample is creating an XML writer dom implementation with:
pImplement =
DOMImplementationRegistry::getDOMImplementation(XercesString("LS"));
The xerces docs for the function say:
DOMImplementationRegistry::getDOMImplementation(const XMLCh * features
)
where features might be something like "XML 1.0 Traversal 2.0"
Whats "features" do I specify for a reader? Actually thats not my
question. A far better question would be where in the docs is the list
of the available or provided DOM implementations and the features we
need to specify to get them.
Thanks a lot
Kurt
files. I have used SAX a bit before but this is my first day working
with DOM.
Ive looked at the docs, and downloaded some samples from the web, the
web sample is creating an XML writer dom implementation with:
pImplement =
DOMImplementationRegistry::getDOMImplementation(XercesString("LS"));
The xerces docs for the function say:
DOMImplementationRegistry::getDOMImplementation(const XMLCh * features
)
where features might be something like "XML 1.0 Traversal 2.0"
Whats "features" do I specify for a reader? Actually thats not my
question. A far better question would be where in the docs is the list
of the available or provided DOM implementations and the features we
need to specify to get them.
Thanks a lot
Kurt