  | 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 |
hej
Before building a document (JDOM beta10) I set the expand entities method to
false (ie. "builder.setExpandEntities(false) " ) so the entities don 't
disappear upon parsing. After building Hi
Greetings. I was wondering if the JDOM library could support events. This is
useful in the Model-View-Controller paradigm when an XML document is used to
represent the core data model. If a fyi - I checked out the samples.
I downloaded rc1 and built the samples.
The two filterish samples in samples/sax run fine. (FilterTest and
ReaderTest)
Problem
DescendantDemo throws ArThanks Jason
I found it. I missed the 2nd jdom-b10 in my CLASSPATH.
Sorry for take your time for my mistake.
Roland
-----Urspr?ngliche Nachricht-----
Von Jason Hunter [mailto jhunter@(protected)Hi Jason and the others
Have just used the JDOM 1.0 RC1 with my application and rebuild it
successfully.
However when start it get the following error
Exception in thread "main " java.lang.NHi everyone
I 've pushed a JDOM 1.0 RC1 binary to the site for download and have
updated the web site Javadocs to match. I *strongly* encourage everyone
to download this release and run it aga
Bush Chris wrote
> I am new to Jdom and have a question. I am trying use the following code to
> extract out "legIds " from the attached xml. However I seem to get the same
> legId value twice This is a reminder sent out once a month about your jdom.org mailing
list memberships. It includes your subscription info and how to use
it to change it or unsubscribe from a list.
You can visHi
I am new to Jdom and have a question. I am trying use the following code to
extract out "legIds " from the attached xml. However I seem to get the same
legId value twice rather than the 2 disHi all
I 've just checked in the last changes I think are necessary before a 1.0
release! I encourage everyone to get the latest code either from CVS or
by downloading from http //www.jdom.orgHi everyone
I 'm now studying about JDOM structure.I want to know what is JDOM tree structure and the difference with DOM.
The next question is if the XML file is large for example about morHi everyone
I 'm now studying about JDOM structure.I want to know what is JDOM tree structure and the difference with DOM.
The next question is if the XML file is large for example about morI have developed an algorithm for comparying user queries with the queries
present in cache .
this cache is also an xml file .
Is there any such algorithm which does the same so that i can compareFYI in a side conversation I gave Richard an answer to this. Richard 's
working on getting Jaxen to support JDOM 's CVS tree.
-jh-
Richard Bondi wrote
> Could someone please submit to the I 'm writing an app that receives from a socket connection a XML file.
I do
InputStream socketThing socket.getInputStream()
and call a method with socketThing as argument as follows
//(Is my question too simple/stupid or does just nobody know an answer to my
question?
Please give me a hint!
with kind regards
Stefan Plattner
--On Dienstag 17. August 2004 13 29 +0200 StefHi
for some reason the Ids contribution does not work at the moment.The
ID hashmap is always empty. In the method IdElement.setAttribute()
where the ID should be added this.getDocument() is a(Sorry for previous posting with the wrong subject line)
The SAXBuilder.build() javadocs say this about using a StringReader (Reader
actually) "It 's always safer to use an InputStream rather thaThe SAXBuilder.build() javadocs say this about using a StringReader (Reader
actually) "It 's always safer to use an InputStream rather than a Reader
if it 's available. "
But if I already have thIf I expect to do a lot of parsing with JDOM it seems that I might want to
create a pool of SAXBuilder objects to avoid the overhead of loading the
parser. Is that true or is the overhead of creaI 'm intending to use a JDOMFactory to instantiate custom subclasses
of Element which have some transient instance variables that are
important to the application I 'm building. I should be able toHi all
I 'm new to JDOM and am using version b10.
I 'm intending to use a JDOMFactory to instantiate custom subclasses of
Element which have some transient instance variables that are The introduction of the Parent interface has caused some code to break.
In particular it is no longer simple to chain methods such as addContent().
carElement.addContent( new Element( "colHello. A while back I had posted an assumption to which no one really
replied. The assumption was that the reason the transformation was
failing for my XML that contained the tag <xsl text > was Hi Richard
contributing some aspects/personal opinion
we use the beta.09 for almost half a year now in production. No worries.
Actually only in a 'simple xml-Import-Modul '. But after several test
I like your style but I didn 't exactly offer to help. -) What I want to
do is move a large development group to using
what I think is a superior technology. That 's unlikely to be possible
whRichard
Thanks for your offer of assistance to help get JDOM completed and version
1.0 available for GA. As you know this is a volunteer effort and it 's
exactly your kind of 'how can I help cSorry for my first/only question to be so to the point but the web site
says "We 're shipping 1.0 in 1Q2004 ". Clearly that 's not the case. I 've
watched JDOM and experimented with it for a long timHi
We just hit a problem with special characters not being escaped correctly in
SAXBuilder fileToURL. If the filename contains a # the build(file) method
fails. A search of the archives found a |
|
 |