I need to do some XSLT processing in a servlet using the new TRaX functionality of JAXP 1.1. Whenever I try to do a transform however, I get the following error:
java.lang.NoSuchMethodError
...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20164218.html
Hi Expert,
I would like to parse an already existing xml file using a java program. I have both crimson.jar and jaxp.jar in my classpath. Kindly give me the packages that i have to import also...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20204046.html
hi experts,
I am new in the field of JAXP(java api for xml processing). In j2ee architecture, i want to know where is JAXP used. I am going through the
thoery part, but unless i have a practical...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21763680.html
Hi,
I am using dom4j api and trying to evaluate an xpath. It is not working for me when the xml uses namespaces. Could you please let me know what changes should I make?
dom4j version: 1.6
http://www.experts-exchange.com/Programming/Languages/Java/J2SE/JAX_SAXP/Q_23477312.html
Zones:
JAX / SAXP,
JavaDate Answered: 06/12/2008 Rating: 9.4 Views: 31
hi!
I am using JAXP 1.1
I get a lot of extra textnodes containing nothing
but whitespace when parsing an indented XML document without validation. I am reading the xml doc from a file. I hav...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20138468.html
How do I specify Parameter Entities when creating a DOM document with JAXP? The DocumentType class doesn't seem to support this. I want to end up with a document type that looks like this:
<!DOC...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20879924.html
Hi,
can anybody please tell me, where I can find JAXP for JDK 1.3.1?
The current version which is included in Java Web Services Developer Pack 1.5 seems to need JDK 1.4 and higher (but I must ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21465147.html
Zones:
JavaDate Answered: 06/22/2005 Rating: 7.4 Views: 0
I want a simple XMLDocument object that I can manipulate and call selectNodes and selectSingleNodes. What is the shortest path to make this happen?
http://www.experts-exchange.com/Programming/Languages/Java/Q_21524465.html
I've been looking at both of these and would like to figure out what is the difference.
1. Ex. In using DOM are the api calls the same for any of the libraries? Meaning If I was to use Xerces ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20137108.htm...
Zones:
XMLDate Answered: 12/21/2001 Rating: 8.6 Views: 0
In the JAXP FAQ on Sun's site it says: "To achieve the goal of XML processor independence, an application should limit itself to the JAXP API..."
However, I find it hard to do any useful coding ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20767613.html