Questions tagged [dom4j]

dom4j is an open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework and with full support for DOM, SAX and JAXP.

dom4j is an open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework and with full support for DOM, SAX and JAXP.

Features:

  • designed for the Java platform with full support for the Java Collections Framework (Java 2 Collections)
  • full support for JAXP, TrAX, SAX, DOM, and XSLT
  • fully integrated XPath support for easy navigation of XML documents
  • event based proccessing mode to support for massive documents or XML streams based on Java interfaces for flexible plug and play implementations
  • support for XML Schema Data Type support using Kohsuke Kawaguchi's excellent Multi Schema Validator library
323 questions
-1
votes
1 answer

(JAVA) adding returns between elements in documents

OK so a follow on from my last question, i have created an expandable XML API for a settings file kind of thing using dom4j, i would like to know if there was any formatting or other methods to add a return between each element. below is the…
Piemansam5
  • 31
  • 7
-1
votes
1 answer

How does dom4j handle ?

I need to import an XML file into another XML file. I know there is an tag I can use, but I need to know how dom4j handles this. Does it import it and act like its part of the file, or does it do anything at all? If it doesn't do anything at all,…
user2977659
  • 79
  • 1
  • 2
  • 9
-1
votes
1 answer

Regarding dom4j,iCal4j and backport-util-concurrent Export Control Classification Number (ECCN)

We would like know below mentioned details to use dom4j,iCal4j and backport-util-concurrent in commercial product Can anyone tell me if the Java code contains encryption - or even better can anyone tell me what will be export code (ECCN) for…
-2
votes
1 answer

XPath to return nodes

Possible Duplicate: XPATH problem with dom4j I am using dom4j to overwrite a value in the XML. The XML looks like this: value1 value2
user234194
  • 1,683
  • 10
  • 38
  • 56
-2
votes
2 answers

XPATH problem with dom4j

I am using dom4j to overwrite a value in the XML. The XML looks like this: value1 value2
user234194
  • 1,683
  • 10
  • 38
  • 56
-2
votes
1 answer

dom4j : Replacing element

I have the following XML : My paragraph with my MyPhoto and I want to replace an element MyPhoto by this MyName I use dom4j in my project : List myPhotoToRemove =…
Valeriane
  • 936
  • 3
  • 16
  • 37
-2
votes
1 answer

dom4j: retaining html tags in output xml

I am trying to create an XML document in my JAVA code. One of the tags in this XML contains the HTML bold tags along with other text as its value. I want to make sure that when this XML is rendered in the browser, the HTML tags are retained. As of…
anand tiwari
  • 157
  • 2
  • 10
-3
votes
2 answers

Java Google Directions API

I am developing a Java Web application tha reads an Excel with adresses. (students adresses) I need to get the distance from one address to each one different adress in the spreadsheet (how far from the school adress each students live) I'm using…
1 2 3
21
22