  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | JDOM | Folks
here is my code snippet....
Line1 - Element childelem2 element.getChild( "ClosingPrice "
element.getNamespace())
Line 2 -String date[x] childelem1.getTextTrim()
and heI have a couple of pretty large XSLT files that error at the SAX parser
with the following error
javax.xml.transform.TransformerException
org.xml.sax.SAXParseException XML document structureFolks
Can someone help please.
I 'm trying to locate this element code snippet...
Element element1 (Element) XPath.selectSingleNode(pf.doc
"SOAP-ENV Envelope/SOAP-
ENV Body/getIndex Hi.
I have a problem with my XPath expression I can 't
seem to get any result when I use the
selectSingleNode. The code is written in Jython
The XML file looks like this
<?xml version "1.0 " ? >Hi
I have a problem including a process instruction. I want to include the
following PI
<?xml encoding 'EUC-JP '? >
When calling
map new HashMap()
maGreetings
I am trying to control the encoding of a transformed xml document but it
stubbornly refuses to change (it always comes back as UTF-8 which is
the JDOM default).
Here isFolks
I 'm using Eclipse for development it complains - "THE METHOD
Output(List OutputStream) in the type XMLOutputter is not applicable
for arguments
(Document FileOutputStream) "
Yet tFolks
Do I need to install Jaxen to use Xpath from Jdom.xpath class
as I 'm getting the following error.
java.lang.NoClassDefFoundError org/jaxen/BaseXPath
at java.lang.Class.forName0(NatHi Folks
Here is my code snippet.
import org.jdom.Element
import org.jdom.xpath.XPath
import org.w3c.dom.Document
import org.xml.sax.SAXException
try {
Document doc parseXHi all
My problem is to edit an xml document to remove the duplicate
entries it has before giving it to the XSL for display....
Here goes my logic
1)Get the document.
2) traverse it foHi all
I am having a ListIterator to traverse my JDOM. When I find a
list of my interest I am removing it using remove()...Its throwing
ConcurrentModificationException..Any thoughts wilHi everyone
We 've been using JDOM quite successfully but ran into a problem.
When we use Xpath expressions (org.jdom.xpath.Xpath) we get an
"Erroneous Handlers " java.lang error when using BEAI am trying to access a file using JDOM that is located on a NFS. Whenever I provide the SAXBuilder with the UNC path (\\DriveName\\path\\filename.xml) I receive the error "Error in building Not LoHi
I have a question about saving changes to elements into an existing
document. I retrieve an element using a simple xpath expression. After
that I modify the element and want to write the I am using JDOM in a J2EE web application. My server environment is
Websphere 6.0.1
Here 's what I have in my EAR file
foobar.ear/foobar.war/WEB-INF/lib/jdom.jar
When I tried uHi
I have an XML in which a tag contains some HTML code protected by a
CDATA in this way
<VBDESCRIPTION > < |
|
 |