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

Subject: JDOM + XSLT

Hi all.. With the following code for transforming a xml file to html public Document transform(Document sourceDoc File stylesheetFile) { // Set up the XSLT stylesheet for use with Xalan-J

StreamResult JDOMSource Transformer problem

I trying to transform an xml document generated from a database call to a text output file. This works fine when System.out is specified in the StreamResult but when a File is defined I get a jav

Subject: XPath Problem

Hi people I?m having a real problem with my application and trying to get it to run outside netbeans. Basically its an RMI server that attempts to use the XPath functions of JDOM. The code i

SAXOutputter and outputFragment causes   NullPointerException

Thanks John. I 'll add this into the next-release queue. -jh- John Spackman wrote > Hi > > > > I?m using SAXOutputter.outputFragment to send an Element without > start/endDocument() but I a

best way to synchronize JDOM w/web services?

I 'm using JDOM to keep a simple XML database that is accessed by Web Services (Tomcat + Axis + deployed Java classes). What would be the best way to synchronize the XML reads/writes (against multi

SAXOutputter and outputFragment causes NullPointerException

Hi I 'm using SAXOutputter.outputFragment to send an Element without start/endDocument() but I always get an access violation on the first line of elementContent() (line 1090). This is because el

The correct way to insert newlines and other

Use root.addContent( "\n ") instead of making newline a Text object. Reason root.addContent(content1) root.addContent(newline) root.addContent(content2) root.addContent(newline) // NOTE

The correct way to insert newlines and other text   codes into

root.setText( "test1\ntest2 ") Kevin Chiu skrev > Hello > > What 's the correct way to add newlines (or other special characters) > to the text of a JDom element? > This is how I 'm doing it now >

Output validation (Re: [jdom-interest] & problems)

--- Paul Libbrecht <paul@(protected) > wrote > ... > DTD-awareness would definitely help some output. > Our DTD is a mix of several DTDs and contains > several implicit > attributes such as name

The correct way to insert newlines and other text codes into JDO

Hello What 's the correct way to add newlines (or other special characters) to the text of a JDom element? This is how I 'm doing it now Element root new Element( "ROOT ") Text newline new Text( "

Maximizing Effeciency of XPATH calls

I 've recently been tinkering with the effeciency of a process I have to take an XML document and apply a lot of XPATH expressions to the XML. Here is what I 've done to maximize the effeciency of this

Transform with XSLT 2.0?

Is there any way to setup an org.jdom.transform <http //www.jdom.org/docs/apidocs/org/jdom/transform/package-frame.html >.XSLTransformer object to work with XSLT 2.0? Right now I get error messages

WYSIWYG text+img editor

Hello JDom list I 'm trying to decide between two different XML models for a WYSIWYG editor that needs to support both images and text. The first XML model is as follows 1. Each character has it 's

OT: random sorts

Sorry to bother the list but I 've googled till I 'm blue in the face. I want to use XSLT to take an XML document representing questions for a multiple choice test and randomize both the questions a

& problems

Hello well I was scanning through the archives but I was not successful finding what I need. I have Element with text which need to have a pure '& ' outputted. Well we know '& ' will automatically

getChildren strange behaviour

Marco Ceci wrote > Hi I 'm trying to restrict my input with > element.getChildren( "subelement ") but without luck getChildren without > parameter get me a list of all the children element but if i u

Recycling jdom elements ?

Hi My little experience Since I introduced jdom parsing xpath evaluation modification and output in my process (which was purely text based originally processing fine thousands of text snippe

XPATH and namespace

Having trouble getting an XPATH expression with a namespace identifier to retreive the value in the XPATH. Example <ruleDef xmlns ilog "http //www.myrules.com " > <ilog conditions conditionId "

Resolving Entities...when no DTD is assigned(notDOCTYPE decl

Yes if you want an XML parser to process your file then the file must be well-formed XML. That means that if it contains any entity references there must be a declaration of those entities (so ther

Resolving Entities...when no DTD is assigned (not   DOCTYPE de

Hi Funny I know I had something around deep down in the tool chest .... Anyways a little trick with entities Get this file http //www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent and store it in a conv

Resolving Entities...when no DTD is assigned (notDOCTYPE dec

I am having some trouble figuring out how to go about resolving entities when an XML file doesn 't have DOCTYPE declaration (no DTD attached to it) but contains entities that are 'non-standarad ' (such

Resolving Entities...when no DTD is assigned (not DOCTYPE declar

Hello all I am having some trouble figuring out how to go about resolving entities when an XML file doesn 't have DOCTYPE declaration (no DTD attached to it) but contains entities that are 'non-st

Subject: XPath Classes

I am currently working my way into JDOM 's XPath implementation and was wondering about the context and retrun type being of type "Object ". I would prefer to work with Content most of the time and cas

Java 5.0 JDOM Plans?

Forgive me if this has been described...but after a few mailing list searches and some looking around the web pages it has eluded me. I 'm wondering what the plans are for transition of the JDOM libra

Off Topic - Schema and namespaces

I realize this is off topic and I 've exhausted the internet on this topic - nothing seems to work. I hope that someone here is a schema namespace guru or can offere some advice in this direction. I

RE: Schema Validation Question - xs:double data type

Sorry I had the wrong error. The problem is not that the QuantityValue is not a double data type. The problem is that the element QuantityValue cannot be a child element of its parent. ________

Schema Validation Question - xs:double data type

I have an XML element that looks like this <QuantityValue >9999999 </QuantityValue > My schema defines this element like this <xs element name "QuantityValue " type "xs double "/ > Schema

return specific XML node within a for-loop

Hello I am new to JDOM and would like to know how I could solve this. I have an existing XML file like this <?xml version "1.0 " encoding "UTF-8 "? > <data > <row > <coffeeName >Esperesso </coffeeName

IllegalAddException: Cannot add a second root element, only

It 's not well-formed XML to have more that one root node so JDOM doesn 't allow it. If you wanted to create a file containing this "fake XML " you could just serialize multiple JDOM documents out th

IllegalAddException: Cannot add a second root element, only one

Hi Document element doesn 't allow to have more than one root. But I need to generate an xml document that must have more than one root. What do you suggest me to do? A part of the document that I n
Page 13 of 45 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10