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 24 of 45 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10  

JDOM Schema and DTD

Hello all When an xml document is validated by a DTD if an attribute x is of type IDREF ...getAttribute( "x ").getAttributeType() will return Attribute.IDREF. If you validate the same document usi

Defect: next() without preceding hasNext() on FilterIterator

Got it thanks! Brad Wolfgang.Frech@(protected) writes > FilterIterator does not comply to the java.util.Iterator spec in the > following detail > If next() is called on a non-empty FilterI

Defect: next() without preceding hasNext() on FilterIterator thr

FilterIterator does not comply to the java.util.Iterator spec in the following detail If next() is called on a non-empty FilterIterator without a preceding hasNext() the FilterIterator throws a N

JDOM XML-Tag deficient

Using JDOM employing JSP to parsing xml If my specification of xml file as following...

how to validate xml file with DTD using jdom

hello friendsw Please can any one can gie me sample code to validate an xml file via DTD or Schema . I am trying a lot but it is always giving me errors

Undeclared prefix

I am trying to parse a legacy SVG file that does NOT include an xlink namespace declaration. What should I do to make the SAXBuilder recognize this namespace? Here is the error org.jdom.in

support for XML base

Can I get JDOM to resolve relative URIs for me in an XML-base-aware way? That is if I put say <?xml version "1.0 "? > <doc xml base "http //example.org/today/ " xmlns xlink "http //www.w3.o

How and where do I submit bug fix?

I 've found out that there is an issue with scale in JDOM and fixed it where do I send this fix? <html xmlns o "urn schemas-microsoft-com office office " xmlns w "urn schemas-microsoft-com office

XML - Resursive functions .........has a question

Hello for everyone I have the following xml file... <?xml version "1.0 " encoding "BIG5 "? > <books > <book id "A01 " > <title ISBN "A1195 " >JAVA PRIMER </title > <author >Dr.1 </author > <author >Dr.2

XSLT transform produces no output

I can make a simple transform work in JDOM. But if I use the same code for a more complex transform I get an empty result document. XMLSPY produces a non-empty (and correct I think) result for

appending element to existing XML doc.

hi... i need to append a child element to existing XML document..but i dont find any solution ...so i am rewriting the entire document(old content and new content)...is there any solution to append wi

re: SAXPathException error during compilation

Hi Pramodh. I was getting similar problems to those you are experiencing until the jar files were placed in the jre/lib/ext directory. I use Netbeans for development which runs its own show a

SAXPathException error during compilation

Hi I realize from the archive list this questions was posted once (or twice) before but with no proper answer. I am using Jaxen 's XPath library to deal with xpaths. Where ever I have a referen

Subject: JDOM <- > JAXB

Hi I was wondering if anyone had written code to marshal objects via JAXB into JDOM. There seems to be an interface on Marshaller for marshalling into DOM trees supporting the org.w3c.dom.Node in

compilation errors after update from b9 to b10

Hi there in my project I updated from jdom b9 to b10 and out of the blue sky I get compilation errors (method signature changed Element.getParent()). Is that "Parent " interface here to stay

XMLOutputter: setting pretty print, sorry, another annotation

...the method I 'm using is outputString() not xToString().... I must have been really enraged yesterday.... Mit freundlichen Gr??en / Best regards/ sinc?res salutations Dagmar Buggle ______

Adding Parent to Element.. (fwd)

[ This got stuck in moderation-queue since I posted from my proper address apparently .. here goes again.. ] This doesn 't seem to work anymore with b10-rc1 someElement.addContent(new Element

anonymous cvs is working

BTW I just got anonymous CVS working again. The nightly source tarballs are being autogenerated again too. These were just a few loose ends left unfinished til now from the recent server crash

Richard Allen/Tacit group is out of the office.

I will be out of the office starting 26/07/2004 and will not return until 09/08/2004. Looking after ma 3 girlz )

XMLOutputter: setting pretty print

Hi I 'm just updated from b8 to b10. I noticed that the old constructors of XMLOutputter are deprecated now and for formatting issues you should use the class Format instead. I want my output to be

Subject: Release Date

Folks I am planning on suggesting JDOM as a standard for my Organization 's XML parsing needs. I did not find a production release for this Library. Can someone please tell me if any version has

Re: Accessing cvs.jdom.org:/home/cvspublic

Hi folks Did this message make it through? [I 'd only just subscribed when I sent it & don 't recall if I saw it on the list.] Does anybody know anything about situation and/or it is can be re

Processing Instructions

Hi I?m new to this list. Work in iceland and am currently using JDOM on a project. I noticed to today that if I add a ProcessingInstruction before I set the root element of the document then it w

Subject: XML Schema

Hello Everyone I 'm trying to create an XML document using an XML schema and a Legacy-to-XML mapping but have not been able to find any good APIs that walk through an XML Schema. I am currently crea

how to discover the encoding of an XML

It is possible to know what encoding was used while building a Document (via SaxBuilder). ie I have an XML that starts with the declaration <?xml version "1.0 " encoding "UTF-8 "? > and I need to

When is 1.0 scheduled for release?

Is there a release date for 1.0? I would like to jdom in my next project but putting beta code in production is not acceptable. Jason VenHuizen

jdom-contrib packages

Anyone know where I can get the jdom-contrib packages and documentation preferrably in binary? Thanks. Steve Buroff <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN " > <HTML > <HEAD >

Accessing cvs.jdom.org:/home/cvspublic

Folks

Problem with Iteration (again)

Hi I contacted this list a week ago about iterating through an XML document the following is an example of the XML <Response > <InboundMessage > <Ticket >1278 </Ticket > <MessageTe

ClassCastException

I am using the the latest JDOM release (Beta 10 Release Candidate 1) and having problems parsing and validating against a schema after setting the external-schemaLocation property. I am following
Page 24 of 45 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10