  | 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 | > I suspect you 're using an older version of JDOM. In the latest beta
> 10 version getParent() returns a Parent object rather than an Object
> and therefore I doubt you could have gotten away with I suspect you 're using an older version of JDOM. In the latest beta
10 version getParent() returns a Parent object rather than an Object
and therefore I doubt you could have gotten away with what <html > <body >
<p >I 'm sorry to insist periodically on this subject but don 't you think that it is now time to officially release 1.0? JDOM is stable and performs correctly. Other optimizations and enhHi all
I just spent two hours debugging my own buggy code and it turns out that
the problem was that I had inadvertently overridden the getParent()
method of the Element class. (In my own defenDoes anybody know if there 's a project or interest in adding XML Signature
to JDOM? When you look at the Apache XML DSig code using DOM it seems
clear that a JDOM version would be a big win since Hi
Clearly org.jdom.transform.XSLTransformer.transform() returns
org.jdom.Document. But if I set <xsl output method "html "/ > in my XSL file
(apparently it worked!) what is the the output anHi
I am trying to validate the XML with DTD with the following code. I wrote an
invalidate xml for testing but the code did not catch it (where
MyErrorHandler extends BuilderErrorHandler). CanI want to know
1) When would Version 1.0 be available for download?
2) Since it would be first non-beta version would it be backwards compatible? (This is important as we are already having pOh and the code compiled with latest CVS source but
not with b10 I guess there have been a few API
changes recently to get them in for 1.0?
Let me know if it looks good. It 'd also be interestOk I wrote a simple JDom document builder that can
create JDom documents from a StAX XMLStreamReader
using the DOM-based builder as an example.
[for more information about StAX API for XML-parsin
I will be out of the office starting 11/06/2004 and will not return until
04/08/2004.
During my absence of 12 June to 3rd August Toby Williamson will be the
first point of contact for eOff list mail onto the list.
-jh-
Hi everyone
So it looks like the mailing list is working again.
As all of you have probably noticed it 's been down since May 23rd. The
problem was that the box hosting jdom.org had a seriouTesting
_______________________________________________
To control your jdom-interest membership
http //lists.denveronline.net/mailman/options/jdom-interest/youraddr@(protected)
Where has www.jdom.org gone I cannot get hold of the javadocs
/Phill
IS Dept Software Engineer.
phill_perryman@(protected)
http //www.mitel.com
Tel +44 1291 436023
<br > <font size 2 face "sanApologies if this is a FAQ (tried to look for it only
found couple of matches to StAX in general) but are
there plans to have a StAXBuilder (along with
SAXBuilder and DOMBuilder) to be able to cI am trying to get hold of org.jdom.contrib.input package for the
ResultSetBuilder class. I could not find it in the latest jdom distribution.
Can anyone please help me find it?
thanks
Rajiv.
We 've recently acquired Beta 10 release of JDOM and are interested in the
new transformation classes. Do they support transforming an XML doc using
an XSL file that I provide? I have the followiBackground
I am trying to set up an interface to build documents in DocBook. I
would like to divide the xml files into sections based on the docbook
dtd. Ex.
Set -- >(contains) Book(one to manyHello
I 've been pretty happy with JDom b8 except for the special need that I have
to output some XML fragment without including the namespace prefixes in each
element. The use-case for this is tI am getting the following problem when using xpath (via jaxen)
java.lang.NoSuchMethodError
org.jdom.Element.getParent()Lorg/jdom/Element
at
org.jaxen.jdom.DocumentNavigator.getPar <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN " >
<HTML > <HEAD >
<META content "text/html charset iso-8859-1 " http-equiv Content-Type >
<META content "MSHTML 5.00.2920.0 " name GENERATOR > <html > <body >
Please have a look at the attached file. <br >
<br >
</body > </html >
<html > <body >
Your file is attached. <br > <br >
<br >
</body > </html >
My program should be run on MS jvm which supports only jdk 1.1.
I have to convert my java program to Windows COM component. So I need jdom
compatible with jdk 1.1
I found a message about this coI 'm using JDOM b8 and having a little bit of trouble assigning a
DocType to my Document. I assign the DocType to my document
DocType newDocType new DocType(document.getRootElement().getName(Hi
When I set saxBuilder.setExpandEntities(false) and output the docment
using XMLOutputter the XMLOutputter includes all the external DTDs
within the Doctype declaration. This does not happen
Indeed this is a bug in SAXOutputter.
To fix it look for the method dtdEvents(Document document). In the following
code
// No internal subset defined > Try to parse origina
Hi Laurent
no worries about the delay we are all busy people -)
Your solution sounds good.
I just checked the activeRules hashmap gets entries removed in
endElement().. otherwise  |
|
 |