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 34 of 45 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10  

fusing xml files

What i 'm trying to make is some application that takes 2 XML files and tries to fuse them together semi-automatically. So the elements that are the same get fused right away and then the rest of the

WARNING. Someone tried to send you a potential virus or unauthor

FYI to the list. Willie (Bill) Armstrong This email is for informational purposes only. No action is required on your part. CSC 's virus protection software has detected a virus in the ema

Subject: RE: hello

Please be aware that this message is the MyDoom virus and should not be opened. -----Original Message----- From brett@(protected) [mailto brett@(protected)] Sent 27 January 2004 10 34 To jdom-inte

Re: [jdom-interest] Convert XML to String (get the contents of the
elemen

> > I am doing a project called " Annotation tool in Java " and I would like > to > ask you if in some way i can convert (with JDOM using Xpath or any other > method) this xml document .... > >

Convert XML to String (get the contents of the elements) and OUT

I am doing a project called " Annotation tool in Java " and I would like to ask you if in some way i can convert (with JDOM using Xpath or any other method) this xml document .... <?xml versi

Install on windows

Howdy! Just installed JDOM on a desktop (win2kpro) and I am in the habit of quoting the path expressions and I use the properties panel of My Computer to set environment variables especially for s

Bad comments in SAXHandler

The comments for startCDATA() and endCDATA() both say /** * Report a CDATA section - ignored in SAXBuilder. */ First of all this is SAXHandler not SAXBuilder and second of all

Subject: JTree

Hey I want to list an XML file into a JTree so that it has the same hierarchy as the original document. The code now does only list all elements in one row but no nesting. Does anyone know ho

Re: [jdom-interest] SAXBuilder revealing SaxParserException - cause
unknown

Are your comment start and stop markers all in sequence (alternating start/stop)? Comments can 't be nested so two start markers in a row would cause this error. - Dennis Willie H Armstron

SAXBuilder revealing SaxParserException - cause unknown

Greetings all While attempting to build a JDOM Document I am receiving a SAXParserException with a detailMessage stating "The string "-- " is not permitted within comments. " I have examined

Document properties

<html > <body > <p >Hi guys <br > <br > I 'm wondering if we can natively carry a map of properties into a JDOM Document (ie without creating a custom Document class as documents may be created by third

SV: [jdom-interest] conflicting List class

Hi Visual J++ is a *dead* product that uses Microsofts version of Java 1.1. The Collection classes (of which java.util.List is one) was introduced in Java 1.2. Your best bet is to upgrade your d

conflicting List class

Hi This problem has been mentioned a few time but i didn 't find an answer that could help me. I get the following error message when compiling the class with the method mentioned below. - can

SOAPPart.setContent

Source source new JDOMSource(jdoc) soapmsg.getSOAPPart().setContent(source) Does this work JDOMSource into JAXM SOAP part ? Any example will be welcome Shmuel

SV: [jdom-interest] Creating an Element of type Date

Hi The xs date datatype (I presume it is the XML Schema primitive datatype defined here http //www.w3.org/TR/xmlschema-2/#date) requires a date value as defined in ISO 8601 i.e. today would b

Creating an Element of type Date

Hi All I have created a doc where I create and Element Date when I insert the document into Tamino I get the error "datatype validation for element "Date " of type xs date failed ". How do I

variable evaluation in XPATH expression

Hi all Iam using jdom for xml parsing....so to search a particular element in a xml iam using XPATH and iam trying to construct XPATH expression dynamically....is it possible to use variables inside

SV: SV: [jdom-interest] moving an Element

Hi well you could perhaps use a filter that hides the optional elements in the getChildren call List children this.getElement(parentIdref).getChildren(filter) Or better yet perhaps

SV: [jdom-interest] moving an Element

Hi What I think about it? It was hard to follow contained unnecessary operations and did not guarantee that the element was moved. public final void moveElement(Element elem String pare

moving an Element

Hi What is the best way to move an org.jdom.Element with jdom? I am using the method below. What do you think about it? public final void moveElement(Element elem String parentIdref String

Re: [jdom-interest] Subclassing XMLOutputter WAS: SAXBuilder inclusion
of defa

I 'm glad to see Xerces supports this now. Do any other parsers? It 's an old TODO item to decorate the Attribute with this metadata so that we can have more effective round tripping. One idea

Subclassing XMLOutputter WAS: SAXBuilder inclusion of default at

Hi I was playing around with the latest Xerces (2.6) and realized that it is quite easy to capture wether an attribute is defined implicitly through the schema or explicitly in the source xml. Y

illegal character in JDOM

Hi Guys I have a problem regarding the encoding of the JDOM. Is there a way to change the encoding to IS0-8859-1 when creating a JDOM document? As the string data I am getting from the database

JDOMSource problems with Xalan 2.5.2: vanishing DOCTYPE white

I have a legacy application that worked fine with jdom-b8 and Xalan 2.0 but for other reasons we have to upgrade to Xalan 2.5.2 which we 've tried with both the XercesImpl shipped with it and wi

R: [jdom-interest] SAXBuilder inclusion of default attributes

Apparently I have the same problem of Harry Evans. I 've tried his peace of code -----Messaggio originale----- Da jdom-interest-admin@(protected) [mailto jdom-interest-admin@(protected)]Per conto d

SAXBuilder inclusion of default attributes

I am working with a third party data source that submits xml to me. The DTD for this submission contains several elements that have attributes with default values ie if certain attributes for a

Re: [jdom-interest] Possible bug in SAXHandler when "namespaces "
feature is o

At 3 32 PM -0800 1/19/04 Dennis Sosnoski wrote >[Definition Conforming documents and XML processors are required to >behave as described otherwise they are in error. ] " > >As it stands now

RE: Whitespace

JDOM I 've found the problem and it happens to be with JDOM itself. If you read in an XML document into JDOM and then output it to a new file without modifying the structure of the XML Document wh

Subject: Whitespace

JDOM I?m trying to clear all nodes of a particular type so here is my code Try { SAXBuilder builder new SAXBuilder() InputStream ins ClassLoader.getSystemResourceAsStream( "testlogins.c

Re: [jdom-interest] Possible bug in SAXHandler when "namespaces "
feature is of

>Doctor > >This issue came up when I was adding support for "external namespace >registration " to JXPath. There was a discussion on commons-dev@(protected) >regarding the need to register namespa
Page 34 of 45 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10