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 17 of 45 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10  

Re: [jdom-interest] Displaying a JDOM objects data content - help
   needed

have you tried XMLOutputter? Dimitrios ----- Original Message ----- From "sal achhala " <sal@(protected) > To <jdom-interest@(protected) > Sent Thursday March 10 2005 12 04 PM Subject [

Displaying a JDOM objects data content - help needed

I have a problem with using JDOM to output contents of an xml file. I?ve used the rome api to output a rss feed as a JDOM object ? this works fine. However I want to output just the contents of t

RE: [jdom-interest] getting ,
   Invalid XPath expression after UsingJDOM1 ..???

I think older releases of Jaxen were very buggy it 's nice to know the bugs are being fixed. Michael Kay http //www.saxonica.com/ _____ From Vikas Mane [mailto vikas@(protected)] S

RE: [jdom-interest] getting ,Invalid XPath expression after Using
   JDOM1 ..???

Hi ThanQ michael for immediate reply - ) I got ur point ... but what i wonder is how it works with the older version of jdom and jaxen jars. The o/p expected from xpath is getting all matchi

RE: [jdom-interest] getting ,
   Invalid XPath expression after Using JDOM1 ..???

That 's not a valid XPath expression. "child " must be followed by a NodeTest. I can 't suggest a correction because I 've no idea what the writer of this expression thought it might mean. Perhaps jus

getting ,
   Invalid XPath expression after Using JDOM1 ..???

hi all i have upgraded to JDOM1 but the xpath which used to run properly is giving exceptions after upgrading to JDOM1 this is the xpath i 'm using .. "child //NPModule [ @(protected) 'test ' and

saxpath.jar needed ??

Hi saxpath is now a part of jaxen so do i need to include it in my classpath or jaxen-full.jar is enough? (given that i 'm using saxpath stuff) cheers

JAX-B equivalent in dotNET?

Is there a framework in .NET which is equivalent to JAX-B? Thanks Uday. -- ***************************************************************** Uday Subbarayan I don 't blog

*** SPAM *** Re: [jdom-interest] Jdom attribut not declared ... but
   can use

Spam detection software running on the system "mail.grit.de " has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn 't sp

Schema and Entities

I am using schema validations through JDOM but mine keeps failing on the § entity. I just learned that schemas do not support custom entities?? If so does anyone know what I can do? It soun

Validation question

Hi all Can you tell me is it possible to use errors thrown during validation to jump to the actual point of contention in the xml document? For example if you wanted to create an editor that

Jdom attribut not declared ... but can use

Does somebody know why I don 't see any error with JDOM ? ( See rules.xml and rules.xsd on bottom ) Because there are 4 errors The 'name ' attribute is not declared in rules.xsd.... <filtre name

Using JDOM with ATG

I am interested in using JDOM with ATG. We are running ATG 5.6.1. How does one configure ATG to allow me to use JDOM. I have placed jdom.jar and xerces.jar in the classpath but all that did w

Re: [jdom-interest] i don 't know how to construct this XML form
    <Element opera

Hmmh. This looks suspiciously like a good old "can you do my programming assignment for me " question? Maybe you should spend bit more time figuring out the basics I don 't think there 's anything JD

i don 't know how to construct this XML form
    <Element operator=

Hello Anybody. I have a question. I have this XML as follow <Condition > <Expression operator "and " > <Expression operator "and " > <Expression operator "and " >

*** SPAM *** Re: [jdom-interest] SAX Schema Validations

Spam detection software running on the system "mail.grit.de " has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn 't sp

SAX Schema Validations

If anyone can answer this please do. I am using JDOM for document building and parsing as well as validating. I have a requirement that people upload XML files and I have to perform validation

Removing and adding element

I have the following code public static void main(String[] args) throws IOException JDOMException { SAXBuilder builder new SAXBuilder() Document doc builder.build( "demo.xml ")

*** SPAM *** Re: [jdom-interest] Removing xmlns:xsi,
   xsi:schemaLocation, xmlns

Spam detection software running on the system "mail.grit.de " has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn 't sp

Removing xmlns:xsi, xsi:schemaLocation, xmlns

I was wondering if anybody knows how to remove attributes xmlns xsi xsi schemaLocation from the root element. Also I "m using XMLOutputter and it keeps adding xmlns attribute to bunch of elements. I

Re: jdom-interest Digest, Vol 7, Issue 7

Hi Anton I 'm not really sure of wat exactly u wan. However I have been doin abit of XML file processing lately. Base on ur description its seems that the first consideration is does ur xml fil

converting Elements to objects

Hi i have the following (seems common but all the posts about that are from 2000 !) i have an xml file like so <customer > <name >john </name > <tel >23423423 </tel > etc.... </customer >

Retrieving encoding from XML file content

Hi I am a newbie in XML. I have a requirement where in i have to read in the encoding from the source XML file and set the encoding accordingly Right now i am hardcoding to UTF-16 /UTF-8 for c

Entities in JDOM?

How do you handle entities (from a DOCTYPE) in JDOM? I have some XML like this

Screencast on XQuery and MarkLogic

I recently did a "screencast " with Jon Udell at Infoworld in which I demo XQuery and the MarkLogic Server. It 's 12 minutes long and shows some short but powerful queries running against O 'Reilly

Jason speaking at WS Sig on Feb 22

Jason Hunter will be the speaker at the February 22 meeting of the Software Developers Forum Web Services SIG. Presentation title XQuery and Web Services Abstract XQuery is an exciting ne

Borrowing code

I 'd like to borrow some code from JDOM (specifically some parts of the Verifier class) for Jaxen. I think the licenses are basically the same and should be compatible. If anyone objects please

Issue tracking

As JDOM moves forward (if it moves forward) would it make sense to explore taking advantage of the facilities at CodeHaus or java.net or SourceForge or some other open source host rather than doi

compatiblity test kit

The web site main page on jdom.org refers to the "compatiblity test kit " instead of the "compatibility test kit ". Someone should probably fix this. -- Elliotte Rusty Harold elharo@(protected)

does jdom perform well ?

Hi It is very easy to manipulate XML using JDOM.But I have just read a document http //www-106.ibm.com/developerworks/xml/library/x-injava/index.html that document is written in 2001. I want
Page 17 of 45 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10