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

bug: JDOM 1.0 XMLOutputter.outputString() --trailing 0A char

I think I found the problem. In my servlet I 'm returning the XML using println() instead of print(). println is adding the 0A because the server is runing unix. Sorry about that. My bad. Just fo

Attaching DTD dynamically

Hi all I would like to know if there is a way to dynmically attach a DTD and validate an xml file using Java code (either using JDOM API or any other parser). I guess we could set the DTD for DOM pa

bug: JDOM 1.0 XMLOutputter.outputString() -- trailing 0A cha

The pretty formatter prints a newline at the end of output. When printed to a console or file this is "prettier ". ) -jh- William Krick wrote > I have a jdom document object built dynamically b

bug: JDOM 1.0 XMLOutputter.outputString() -- trailing 0A charact

I have a jdom document object built dynamically by my application. When I use XMLOutputter.outputString() to convert the document to a string the resulting string ends with an extra trailing 0A char

How to supress external DTD error

I am trying to parse a simple document being sent to me over TCP. I am using the SAXBuilder class with its default constructor. Problem is the XML doc I am receiving specifies a DTD. Even though I am

Bug: SAXBuilder locks last parsed document in memory

Hi For one of our applications we reuse SAXBuilder instances (as a thread-local variable) with the reuseParser flag set. When analysing the memory after a traffic peak we realized that a lot of

Bug regarding attributes local   name using JDOMResult

Mattias Jiderhamn wrote > The only case when the current code would produce the expected output > while the patched code would not is if attQName contains both prefix > and name while attLocalNam

Bug regarding attributes local name using JDOMResul

Mattias Jiderhamn wrote > Actually I haven 't since I reasoned this wasn 't necessary. Logical proof a bug can 't happen is great but I still like to perform actual testing. ) I 've just seen too

Bug regarding attributes local name using JDOMResult

Here is a patch (against the CVS head) that fixes the issue Index src/java/org/jdom/input/SAXHandler.java

parsing adds attributes

My guess the schema has a default value of "simple " for the "type " attribute... xerces adds default attributes when validating. Haven 't found a way of suppressing this feature. Phil -----Original

create namespace

I am trying to create like this <?xml version "1.0 " encoding "UTF-8 " ? > <BackgroundCheck xmlns " http //www.hirbc.com/xml/Screening/BackgroundCheck-2_0 " xmlns xsi "http //www.w3.org/2001/XMLSchema-

need help with local DTD

Hi all I 'm working on WebSphere 5.0 on a project that involves Jakarta Slide. For that project I needed to change the classloader policy to PARENT_LAST and WAR classloader policy to APPLICATION so t

Bug regarding attributes local name using JDOMResult?

Hi list. I am having trouble using the XSL transformer of Caucho Resin 3 (http //www.caucho.com/resin-3.0) together with JDOM. The problem occurs when using attributes without namespace and outputti

Using SAXONICA Xpath Implementation in JDOM

Can the SAXONICA XPath Implementation be utilized in JDOM? -Kevin <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN " > <HTML > <HEAD > <META http-equiv Content-Type content "text/html char

Subject: XPATH engine

I am trying to tune some processing that uses JDOM to apply about 1000 XPATH expressions to a batch of XML files. I am using Xerces as my SAX parser implementation and thought about replacing this wit

Proper way to prune a tree with removeContent

Hi All I 'm running JDOM 1.0 and I just ran into an interesting corruption problem. In my code I 'm parsing XML elements in a doc and removing specific elements (branches) based on their attribute

Element versus Document with XPath

I was wondering if any of you have ever experienced the same problems. If I do an Element result (Element) XPath.selectSingleNode(el "some path ") I get result null. However if I do Docum

ResultSetBuilder issue

Hi All I have created a utility class that provides a method to get the Document out of ResultSet object and then I created a JUnit test case to test this utility class. I execute JDBC statement and

Question about List from Xpath.selectNodes(doc)

I 'm using the XPath functionality to set an XPATH String and then call the selectNodes(sourceDocument) to get a list of Content back based on the XPATH. When I iterate over the List of objects in the

jdom-contrib dependencies

jdom-contrib comes with couple of libraries isorelax.jar and jakarta-regexp-1.1.jar. Does jdom-contrib has runtime dependency on these libraries? Thanks WD

Subject: ContentList

I was trying to sort a content list with 1.0 release and ran into an exception which I thought was incorrect. Could someone look over this patch to org.jdom.ContentList [$Id ContentList.java v 1.39 2

XPath selectNodes() returns empty List

Hi I 'm having a problem and don 't seem to be able to find the cause of it. Here are the details. I 'm processing the following xml file insided of a Java program using JDOM 1.0 <?xml version "1

<kein Betreff >

Hi! I 'm using Java 1.5 and I get warnings when I use JDOM because JDOM returns List instead of List <.. >. Will there be a new version which supports template types and when will it be available? I

SAXbuilder and escape sequences

Hi all I have scoured the web for a solution to this and I am stumped. I have an xml file with elements like <pr type "US " >&stress1 ræ bit </pr > When reading this in through the SAXbuilder

ResultSets into one file

hi everybody i am using the excellent ResultSetBuilder to produce xml-files which works good for the simple case but i have a database with several tables. now i want to combine the results of the

*****SPAM***** Re: [jdom-interest] Getting non-XML result from XML parsing

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 spam

Getting non-XML result from XML parsing

The JDOMResult object JavaDoc gives this example on how to get a List of JDOM Nodes back. What if the result of my parse is not an XML document at all but is a Text String? public static List tr

JDOM and XQuery

Hello everybody I 'm now working for a couple of month with JDOM and I want to extend my project with some XQuery-capabilities. I 'm sure that there are some people on the list who have some experienc

JDOM + XSLT solution

hi guys i was able to do the transformation with the following code.... public Document transform(Document sourceDoc File stylesheetFile) { TransformerFactory transformerFac

How to parse documents enclosed as text in another document...

In the attached file There are one XML-doc encoded in UTF-8. In one Element (bizDoc) there is another document also encoded as UTF-8. This 'inner ' document contains norwegian characters that are
Page 12 of 45 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10