Neeraj,
Spotted a few typos:
XPathFactory factory = XpathFactory.newInstnace();
XPathFactory factory = XpathFactory.newInstance(object_model_uri);
Should be:
XPathFactory factory = XPathFactory.newInstance();
XPathFactory factory = XPathFactory.newInstance(object_model_uri);
Right?
-- dims
On
Hello All,
Sometimes back i wrote an article on JAXP 1.3 which explains the new
concepts and important features introduced in JAXP 1.3
Especially the new
- Schema Validation Framework
- Object model neutral XPath APIs
- XML Schema Datatypes etc.
Advantages of New Schema Validation Framework and h
Hello All,
xml-commons has been upgraded to JAXP 1.3 APIs.
If anyone could try and confirm that would be great.
- Neeraj
Neeraj Bajaj wrote:
I tagged xml-commons module yesterday with tag name
'*before-jaxp13-upgradation*'.
I plan to do the following but i will wait till tomorrow so as to give
c