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

setOmitDeclaration(false) doesen 't work

Hello List I want to omit <?xml version "1.0 " encoding "UTF-8 "? > from the ouputter Document domDoc XMLOutputter outputter new XMLOutputter() String data2 " <?xml version \ "1.0\ " enc

Comments on JDOM b10-rc1

At 1 09 AM -0800 2/6/04 Jason Hunter wrote >Good news! > >After today 's work I 'm proud to report there are NO known API >changes required before our 1.0 release. What we have now is my >best

CVS Update: jdom-site/docs/apidocs

I got a *lot* CVS commit messages in my inbox this morning. It 's great to see JDOM moving again. However maybe we can cut down on the volume a little. In particular I just noted a batch of commit

Re: [jdom-interest] Last call: getChild/getChildren
versusgetChildElement

Eric Hartmann said > Another free beer is waiting for you in Aix-en-Provence. > You may plan your next holidays in Europe -) > And another one in Austin Texas. Time for the dev team to make

Announcing JDOM b10-rc1

Good news! After today 's work I 'm proud to report there are NO known API changes required before our 1.0 release. What we have now is my best effort at a 1.0 release API. We may still have

Last call: getChild/getChildren versus   getChildElement/getCh

This is fun. I think we should vote with beer on all future issues. -) -jh- Eric Hartmann wrote > Another free beer is waiting for you in Aix-en-Provence. > You may plan your next holid

Re: [jdom-interest] Last call: getChild/getChildren versus
   getChildElement/get

Another free beer is waiting for you in Aix-en-Provence. You may plan your next holidays in Europe -) Eric On Fri 2004-02-06 at 08 39 John L. Webber wrote > Heck Jason if you 're ever in

Last call: getChild/getChildren versus getChildElement/getCh

Elliotte Rusty Harold wrote > At 3 11 PM -0800 2/5/04 Jason Hunter wrote > > > And here 's more ammo. What does $foo/child * return in XPath/XQuery? > > All the child elements! So getChildr

Re: [jdom-interest] Last call: getChild/getChildren versus
getChildElement/get

Even though I don 't particularly like Child/Parent business in general I thought the name change of getChild would be a disaster. I was seriously considering never upgrading beyond B9 or having t

Last call: getChild/getChildren versus getChildElement/getChildE

I 'm a little worried I 'm going to get yelled at when I release beta10 deprecating getChild() and getChildren(). If you haven 't been paying attention to CVS we added a Parent/Child pair of inte

Child-Parent patch - Ideas.

Rolf sent in this change a while back and I just integrated it with the latest CVS code but haven 't checked it in. I 'm curious what other people think of it as an approach. Rolf 's description b

Book regarding jdom parsing...

Hi all iam a new guy to XML parsing as well as jdom...so i need to buy one good book for parsing XML using jdom....can anybody recommend me one and is there any online tutorial for parsing XML using

How do I use namespaces?

Hi - I am using JDOM to parse documents that use attributes in a number of different namespaces. The namespaces correspond to standards that are being revised so I can 't be sure what their URI

Dis-integeration of CDATA for large files.

Hi All I have quite large xml file (around 1 MB). I used JDOM to modify the contents (using XmlOutputter). When I do so for large files the CDATA elements divides itself into 2 or more CDATA el

Anyone using what 's in CVS?

I 'm curious if anyone 's experimented with the post-b9 code that 's in CVS? It has a few interesting changes like new Parent/Child interfaces and I haven 't heard much feedback on them. Has anyon

SV: [jdom-interest] UnknownHostException with SAXBuilder

Hi When given a File object SAXBuilder calls File#toURL and then creates an InputSource from that URL and hands it over to the XMLReader (the underlying parser). You can always check that y

UnknownHostException with SAXBuilder

Hi there This is my first post to the JDOM mailing list as up till now I have experienced no problems using JDOM. However I have been using weblogic 5/8.1 up until now. I am currently

Subject: thanx

many thanx! there are so many things i do not know... but no time to do it quickly... --

SV: [jdom-interest] XSL and JDOM

Hi The <lala > and <par > elements are not in the SMIL namespace since the parSector template is not in the scope of the SMIL namespace declaration. You have two options 1) move the SMIL n

Subject: XSL and JDOM

Hello to everybody... I am a newbie to XSL and JDOM and I would like your help! I have a configuration file in XML describing the contents of a SMIL file. My aim is to write an XSL file to con

Subject: DTD parser

Hey all Is there a DTD parser in JDOM and if so does someone have an example of some code how a DTD is written to a JTree? Right now i 'm using another class for the DTD and it writes to the co

HTML

I am using JDOMJDOMdom domhtmlhtmln the process I am loosing the %20. It looks like it is being converted into a space. For example if I have a link element with an hrefhrefribute value of <a

SV: [jdom-interest] create xml tree

Sorry this one was hard to understand ... > > I am trying to find out if there is a way of adding children > in a way that the parent-child relation will be kept. When you add one elemen

create xml tree

Hi I am trying to find out if there is a way of adding children in a way that the parent-child relation will be kept. I have a method to create the relation inbetween parent and child. I then w

Mail Delivery System

The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment.

Program stops at builder.build

Hi I 'm using an HTML form which posts an XML file to a JSP page the JSP then sends the page to a Java Bean shown below. The problem is when I run the application the program just stops a

caching XML object

Hi all How can i cache XML object in my web application?????I dont want to always read the xml file for constructing XML object....i also need a way to check weather there has been any changes betwe

Why does my namespace alias disappear?

Hi I have the following program that reads in an xml file builds a Jdom tree and writes it out using XMLOutputter import java.util.* import java.io.* import org.jdom.* import org.j

How to combine two xml files

Hai I am having two xml files build.xml and deploy.xml. I have to combine these files to form config.xml. I have given the format for the xml files below. build.xml ------------- <!DOCTYPE proj

Subject: XSLT question

Hi Does the XSLT/XPath part of JDOM copy the DOM tree before processing or does it operate on the JDOM tree directly? The background is that I have a JDOM tree with specialized nodes so I can
Page 33 of 45 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10