Google
Google
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
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Subject: Servlet : Session invalidate
Oracle Connection Pooling in 3 2 2
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Subject: Running a Simple JMS Example
Tomcat and webapplication specific java library path
Mapping in workers2 properties
org apache jasper JasperException
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action
   MESSAGE
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
Value attribute of <html:checkbox
url string for connecting jboss to oracle
javax servlet ServletException: BeanUtils populate
5 0 18: Windows XP Pro vs Windows 2000
HTTP Status 404 The requested resource is not available
 
JDOM
Page 25 of 45 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10  

Line Number of An Element

Hi Geeks I want to get line number of an element in the xml File. I am using JDOM 's SAXBuilder to build the DOM . When xml is not in proper format JDOMExecption thrown gives us the line number

JDOM Elements from simple Java data objects

Hello JDOMers I 'm using Hibernate to get simple data objects out of a DB. Is there an existing tool to turn such get/set objects into JDOM Elements with the same structure? That is somthing

Unconvertable UTF character

I am building a JDOM tree from some HTML and it is barfing with an error "Unconvertable UTF character ". The problem seems to be caused by the soft-hyphen "shy " character ­ as well as the cop

latest 1.0 beta release SAXBuilder problem

Sorry if this question has been asked already I can 't search the archives for some reason. I just downloaded the latest binary 1.0 beta release and I am having problems with building the document

RE: [jdom-interest] Re: Removing illegal characters from element
   names

I think you could also wrap the sql statement with a CDATA section tag <processed_sql > <![CDATA[ *** sql with illegal chars here *** ]] > </processed_sql > -----Original Message----- From Simo

Re: Removing illegal characters from element names

Hi again Have answered my own question Verifier.checkXML with a bit of regexp 'ing if (Verifier.checkXMLName(colName) "XML names cannot be null or empty "){ colName "col "+cCount }

Removing illegal characters from element names

Hi All I 'm new to the list so I appologise if this has already been answered but after trawling Google for an hour I can 't find the info I need. I 'm writing a class that takes the result of

Element Navigation/Modification

Please guys... I am very new to JDOM and I am stuck in something possibly very easy for you. I am trying to start from the root element pick one of its children and modify/create it pick one o

XPath creation

Hello guys... I would like to ask if there is a way to create the necessary nodes attributes etc given an XPath. That is in the path string /cd/track[@(protected) "5 "]/title there is not the node trac

Re: [jdom-interest] newbie question: parsing in xhtml containing
mathml

Morten Andersen wrote > So this means that there is an error in the mathml - or xhtml DTD? Yes the problem appears to be in the XHTML part of this XHTML + MathML DTD. The XHTML module causi

implementing DOM interface

I am new to JDOM and would appreciate all feedback I would like to wrap my existing java classes and present them as a DOM document to Saxon as I would like to enable XQuery api. Saxon already ha

japanese chars through JDOM

Hi Our application is planning to support japanese characters. It is working partially. If I create a JDOM SAX document out of a String it preserves japanese chars fine. But when i create a JDOM

JDOM-based XSL Transformer

Is someone interested in or just at this moment coding on a XSL Transformer project which is based directly on JDOM? Or are there projects out there which one could join? Thoughts came to me th

Beta-10 DocType cannot be added after root?

This code worked fine with Beta 9 but under Beta 10 it throws an exception calling javax.xml.transform.Transformer.transform() JDOMSource jds new JDOMSource(dom) jds.getXM

Re: [jdom-interest] newbie question: parsing in xhtml
containing mathml

At 14 41 06-07-2004 Laurent Bihanic wrote >Morten Andersen wrote > >Well the task is pretty simple but I can 't get anything working. > >I want to parse in an xhtml document containing mathml w

Subject: Listeners

I 've been searching through the mailing lists for info on adding Listeners to monitor changes in documents etc. So far i 've figureed out that these listeners dont exist and every proposal/idea

Re: [jdom-interest] newbie question: parsing in xhtml containing
mathml

Morten Andersen wrote > Well the task is pretty simple but I can 't get anything working. > > I want to parse in an xhtml document containing mathml with all the > entitities defined like al

Iterating through XML

Hi I have got the following code Document doc null try { doc builder.build(reader) } catch(Exception ex) { return "Error on making xml returned SAXable " + ex.getMessage() }

newbie question: parsing in xhtml containing mathml

Well the task is pretty simple but I can 't get anything working. I want to parse in an xhtml document containing mathml with all the entitities defined like alpha and beta. This should then be

how to compare queries based on predicates

hello friends Thanks for ur previus replies . i am facing another problem . if u all give it a reading and give me some sujjestion i have an xml file like this <queries > <query id 11 >/person/stud

Re: [jdom-interest] Problem when creating document using xml String
with NCR

Hi two things 1) How do you convert the JDOM document to an XML string? 2) What is the actual Exception? 'Not valid ' means that the document fails to comply with a DTD or schema. If there

possible thread issue question

We 're using 0.9 and we 're seeing some strangeness which is causing us problems. We have a generic servlet that takes an xml request converts it to a Document figures out the actual functio

Problem when creating document using xml String with NCR forma

I have a xml document using UTF-8 encoding which includes some characer using NCR format like 北 亰 . then i read this file (with encoding UTF-8) and generate the xml Java String (Jav

how to append to an xml file using jdom

Hello friends i am deeloping a semantic cache of xml queries and xml documents Here is a glimpse of my code in which i am creating an xml document with following structure - <queries > <query

size limitation on XML file?

Is there a limitation on the size of the XML file to be processed? I had my application hang on SAXBuild.build() function call on a XML file of 60MB. It worked after I reduced the file to 40MB. <!

Subject: Licence

Hello guys I 've been using JDOM 2 years now and I am finishing now my open source SMIL Presentation generator. I would like to know what exactly has to be done concerning the JDOM licence. I 've r

JDOM Canonicalization

Hi referring to our recent discussion of canonical XML output from a JDOM tree I 've implemented a Canonicalizer for JDOM Documents. It borrows code from the XMLOutputter and NamespaceStack. E

RE: org.jdom.JDOMException: Could not load org.apache.xerces.par

Can somebody please help on this ? - I have verified that JDOM.jar xerces.jar and xalan.jar are in the classpath - I have also verified that xerces.jar contains the "org.apache.xerces.parsers.S

FW: org.jdom.JDOMException: Could not load org.apache.xerces

Hi make sure you have the xerces jar in your classpath. And are you sure the code worked in b7? The call to SAXBuilder.build(String systemId) expects a URI not a file name. /pmn Pandia

FW: org.jdom.JDOMException: Could not load org.apache.xerces.par

I am getting this exception JDOM exception what is causing this ? This worked fine in JDOM B7 but throws this in JDOM B9 Can you please help. Here 's the code
Page 25 of 45 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10