  | 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 |
Hi Richard
Sorry for the long delay. I had a chance to look at your problem. Indeed this
is a problem in ElementScanner and your analysis is correct.
> To fix I removed the if (this.acti <html > <body >
<p >What is the current status for final 1.0? Jason said to Dennis weeks ago that it should be imminent... <br >
As it seems that the code is now stable regarding the API could 'nt you rel <html > <body >
<p >Can you please make this method protected instead of private <br >
private void buildTree(Node node <br >
Document doc <br >
<html > <body >
See attach. <br > <br >
<br >
</body > </html >
Hi
I have a web form that allows a user to edit (using a textarea HTML
element) and save a XML descriptor file encoded in UTF-8. For sake of
argument it looks like this
<?xml versioHi
i want to transform an jdom-document with xslt. Because i 'm not able to
pass JDOM-Output directly to JAXP i 'm using the workaround proposed by
Eric Burke to transform JDOM into SAX.
That 's <html > <body >
<p >This is because method signatures changed and WebSphere is bundled with JDOM....Beta 7! <br >
Two solutions are available <br >
1/ Remove the JDOM library from WAS shared directory (ApGreetings I 'm trying to use Outputter to output the contents of an Document
as a string so I can populate the body of an email message and am running into
some frustrations.
The problems stem f
Elliotte Rusty Harold wrote
> Don 't use selectSingleNode. It 's hard to tell without knowing more about
> your use case but I suspect you can reduce this to one or a few calls
> to selectNodAt 8 26 AM +0100 4/22/04 Rick Beton wrote
>According to my (perhaps naive) understanding of what a CDATA is it 's
>just 'stuff ' and it shouldn 't be formatted or normalised at all. If my
>underAt 2 17 AM -0700 4/21/04 Venkataramanan Amirthalingam wrote
>Hi All
>
>I am using Jaxen as the xpath engine and facing
>few performance problems.
>
>I use selectSingleNode api to get the
>ElHello
I want to output my XML-Document as String
but I do not want that some attributes of my elements are printed out in
that String.
Is there a way set up the XMLOutputter to ignore some Greetings I 'm using JDOMBeta10 and am trying to transform an XML document into an HTML document.
I 've chosen Xalan-Java v2.6.0 for transformation and have set the system property
javax.xml.transforHi
I have been using JDOM b8 abd b9 with WebSphere v5.1 and WebSphere Studio
v5.1 for a while. I have migrated to b10 and now get the following error
java.lang.VerifyError (class com/knowsenHi
Sorry if this is a little off-topic.
I need to save nodes for which the text value contais HTML tags like <br >
Is there an official way to encode "fake " tags as text values in Xml ? What
iHi All
I posted a few weeks back questions about CDATA in XMLOutputter. Could
someone tell me whether there are plans address this?
1. I have two questions. The first is about outputting CDATA <html > <body >
<p > <tt > <font size "4 " >> > > Anyone know a reason why we shouldn 't change forName() to the class loader version?< < < <br >
</font > </tt > <br >
<tt > <font size "4 " >Yes if you 'reHi All
I am using Jaxen as the xpath engine and facing
few performance problems.
I use selectSingleNode api to get the
Element/Attribute
and it looks like its time-consuming.
Basically Hi
I am trying to validate an XML file against an XSD using the
following code.
SAXBuilder builder new
SAXBuilder( "org.apache.xerces.parsers.SAXParser " true)
builder.setFeature( "htt
The attached patches fix 2 javadoc warnings.
Laurent
Anyone know a reason why we shouldn 't change forName() to the class
loader version?
-jh-
Does anybody know any links to comparison btw JDOM and
Xerces DOM in terms of performance(memory usage
speed etc.)?
Thanks a lot for your help.
- michelle
Scott LaChance wrote
> I 'm trying to use JDOM in a Java Stored Procedure in Oracle 9i. I
> compile the java code and then load it into Oracle using the loadjava
> utility.
>
> 2. Loading thI have JDOM Beta 9.
I 'm trying to use JDOM in a Java Stored Procedure in Oracle 9i. I compile
the java code and then load it into Oracle using the loadjava utility.
I have done loadjava on
Try including the package name when you create an instance or
put the jar with the Class that you need first in the classpath.
Hi
I am using jdom to do XSL transformation in my web application it worked
great until I tried to put all together with oracle xdb.
I have jdom.jar in tomcat/common/lib directory after I pThe goal is to produce a xml file from a sql query. The file
looks fine except the last line
<?xml version "1.0 " encoding "ISO-8859-1 "? >
<result >
<entry >
<client_no >9 </client_no >
<f
Can somebody please add a method to SAXOutputter to only output a
partial JDOM tree (i.e an Element) ?
I know it has the method output(List) but that is useless because it
calls startDocumenHi to all
I 'm developing a client-server application where Client and server are
talking in XML but the communication format is String format. So I have to
transform Strings to XML documents. In oHello
When I want to convert a string (which is like an xml document) in a document JDOM I have a problem when there is a &.
Must I need to convert & by & in the string or SAXbuilder can do i |
|
 |