  | 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 | <html > <body >
<p >As desired by Jason I did some performance testing using an " UnverifiedFactory" which bypasses all validation code (object creation addition to lists...). To prevent a usePandia Rajesh wrote
> We have an application that was using JDOM Beta4/Beta5 version. Now
> we have moved on to JDOM Beta8/Beta9 version. How do I know what JDOM
> version is installed onWe have an application that was using JDOM Beta4/Beta5 version. Now we
have moved on to JDOM Beta8/Beta9 version. How do I know what JDOM version
is installed on my machine by just looking at thHi
There definitely is some merit in the Parent/Content constructs BUT
the problem is that you 'll be breaking a lot of existing code with
the introduction of Parent and the behavioural change So people seem to like the Content abstract class but there 's been some
pushback on the Parent interface. Some have suggested removing the
interface entirely. I 'm wondering if that might be besI am getting the following error
org.jdom.JDOMException XSLT Transformation failed
org.jdom.JDOMException DTD parsing error
C \WINNT\system32\inventory.dtd (The system cannot find the file
spConstructor EntityRef(String name String systemID) doesn 't have a
corresponding method in JDOMFactory. +1 for adding it to JDOMFactory.
Constructor Document(Element rootElement DocType DocType Is there a reason why AndFilter OrFilter and NegateFilter aren 't public?
-jh-
Should Parent define getProperty/setProperty so extra info can be carried
with both Document and Element?
Should the javadocs then note that id 's beginning with http //ww.jdom.org
are reserved foIs anyone overriding any of the following methods in XMLOutputter
printContentRange
printTextRange
printString
Or should they be made private? I think they should be private since th
Hello
Please read the email of Stefan Bodewig from the gump list.
concerning Velocity the anakiatask has a class OutputWrapper which extends
org.jdom.output.XMLOutputter
and relies onIt 's deprecated so there 's no immediate cause for alarm.
We 'll just have to change. We heart JDOM.
geir
On Feb 18 2004 at 7 40 AM Antoine L?vy-Lambert wrote
>
> Hello
>
> Please Hi velocitiers
unfortunately the moetho XmlOutputter#setEncoding is *gone*. It was a
deprecation in JDOMbeta10rc1 but now it is gone for *good*
unless the Jdom team revert this change.
AntIs there some reason the order of parameters in canContain is different
from every other JDOM method that takes a index? And no other JDOM
method declares that it throws a RuntimeException so canCophil@(protected) writes
> I 'm very pleased to see that JDOM is being officially released soon. Mo
> reover it features new capabilities like Content class that will make
> our work easieHi
try creating a "validating " SAXBuilder.
... new SAXBuilder(true)
/pmn
> -----Ursprungligt meddelande-----
> Fr?n jdom-interest-admin@(protected)
> [mailto jdom-interest-admin@(protected)I store a modules.xml file in a jar file in /xsd/modules.xml. I also have a
modules.xsd file in that directory too. Note it is all stored in a Jar
file.
My xsd file has a targetNamespace and xmlHi
I have a SAX event stream and want to convert this to JDOM. The
SAXBuilder seems to accept anything except (interestingly) SAXEvents.
How should I solve the problem? I see a way to derive
I think you want
addAttribute( "http //www.w3.org/XML/1998/namespace " "space "
"xml space " "1 " "preserve ")
/pmn
> -----Ursprungligt meddelande-----
> Fr?n Chris B. [mailto chris
I never said anything about startPrefixMapping ... the xml prefix is
by definition bound to http //www.w3.org/XML/1998/namespace so it does
not need to be mapped.
JDOM expects that the URI is Hi all
I 've just posted the official JDOM 1.0 beta10 release to
http //jdom.org. This is expected to be the final beta before 1.0. I
encourage everyone depending on JDOM to try it now and spHi
Is there some kind of problem with the DOMOutputter when the given JDom
Document contains a DocType definition?
Code to test the behavior
DocType docType new DocType( "test "Hi
I am using jdombeta 10 I modify the XPathReader to access Node in my DOM
with namespace
Here is my code to construct the xpath the rest is the original code in
xpathreader
//Hi
som feedback (late in the game ...)
I have seen the Parent/Child stuff in CVS but never actually looked at
the changes and consequences in detail. Until now.
To me the Parent/Child/ContHi
there is nothing built-in. What would be the limitations?
It 's just code! (or data!)
Are you referring to this http //www.w3.org/TR/xmlenc-core/
and this http //www.w3.org/TR/xmldsig-core/?
Hi
I am relatively new with JDOM. One question (might
seems absurd) is
Did anybody ever successfully use JDOM with XML
encryption and digital signature?
I am afraid of running into somHi
goto Tools - > Configure Libraries choose JDOM on the left hand and make
the appropriate changes on the right side (just change the path under
'Class ' to the new JDOM jar file). Then choose XHi
how can I replace the old version of jdom in JBuilder with the actual one
or how do you use the actual jdom-release in your jbuilder projects?
Simply replacing the old "jdom.jar " in <jbuilHi
I 'm using jdom-b9 and the latest -b10 and get the following exception
java.lang.IllegalStateException Root element not set
at org.jdom.Document.getRootElement(Document.java 216)
Elliotte Rusty Harold wrote
> At 1 09 AM -0800 2/6/04 Jason Hunter wrote
>
> > Good news!
> >
> > After today 's work I 'm proud to report there are NO known API changes
> > required before our |
|
 |