Enter Keywords:
1 - 10 of 18(0.009 seconds)
Sort By:
 
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   ...
Zones: Java, Servlets, JAX / SAXPDate Answered: 08/07/2001 Rating: 7.2 Views: 4
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...
Zones: Java, JAX / SAXPDate Answered: 11/01/2001 Rating: 7.0 Views: 0
Tags: jaxp
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...
Zones: Java, JAX / SAXPDate Answered: 04/08/2006 Rating: 8.2 Views: 0
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
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...
Zones: Java, JAX / SAXP, DHTMLDate Answered: 12/16/2002 Rating: 6.6 Views: 0
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...
Zones: Java, JAX / SAXPDate Answered: 04/26/2004 Rating: 9.0 Views: 0
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 ...
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?
Zones: Java, JAX / SAXPDate Answered: 08/12/2005 Rating: 7.6 Views: 0
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 ...
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 ...
Zones: Java, JAX / SAXPDate Answered: 11/18/2003 Rating: 7.6 Views: 0