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

RE: [jdom-interest] Finding syntactically-related children and parent
   Elements

Thanks Rolf. I think I 'll have to resort to that. I was just wondering if any of the aforementioned components had such schema understanding built-in. Thanks for your quick response anyway! Co

RE: [jdom-interest] Finding syntactically-related children and pa
   rent Element

Use XHTML and investigate schemas.... That 's what it 's all about those XML Schema things. Try http //www.w3.org/TR/xhtml1/ Also run your XHTML document through a validating parser. Rolf

Finding syntactically-related children and parent
   Elements in

Hello everyone. Just picking your brains on something you might have come across while playing with JDOM JTidy or similar components... I 'm trying to get my algorithm to understand which eleme

Mail archive out-of-date?

Hi Jason et al. The "Searchable " Mailing list archive seems stuck in 2004. The recent mails are available if you don t mind "Showing all " and getting 15K entries on your screen. Just a heads-

AttributeList performance

we have been running into a performance problem caused by the O(N) performance characteristic of the JDOM AttributeList in the indexOf method. This affects both insertions and lookup of Attrib

Bug in ListIterator.add() method

Hello! I think I have found two bugs in the ListIterator implementation of Jdom 1.0. To be precise it is the add() method implementation. I have checked whether they are still there in the night

write/read xml file

Hi all i 'm building an application who use read/write XML file. I 'm tring JDOM for this but the javac compiler find an error for DataUnformatFilter format new DataUnformatFilter() build

Time for Beta 5? and then 1.1?

Bob McWhirter wrote > > btw I think JDOM already has taken their navigator. If not Jason > Hunter has implied at least that it 'd be a good idea to move it to the > JDOM codebase. Ideally

JAXB VS JDOM

Is it makes sense to compare these 2 frameworks for any performance numbers ?(interms of small/large input doc memory usage speed etc) Is there any work already done in this space? Thanks

jarv filter & jdom

Hi! I need to do relax ng validation. I 'm using msv/jarv and jdom. Simple alternatives are to validate first and then create the jdom document or to get sax events or a dom from the jdom docume

Output a XML String without the encoding

Hi All Is there a way I can ouput the XML string off a Document without the first line containing the encoding. ( The line with <?xml version "1.0 " encoding "UTF-8 "? > ) Iam talking to a e

re: searching for text in XHTML content

--- Ratnakar Pai <pairatnakar@(protected) > wrote > i too had a question of handling Xml columns in > database. > Could any of my fellow friends on this site have > come across such > scenrio where

Newbie installing JDOM

Hello I downloaded the file but have no idea on installing it. Anyone help? Regards Sam Hwang <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN " > <HTML > <HEAD > <META http-equiv Cont

Re: jdom-interest Digest, Vol 8, Issue 18

i too had a question of handling Xml columns in database. Could any of my fellow friends on this site have come across such scenrio where we store XHTML in column like <html > <title >My name is Tilly

Question about ElementScanner

Hi there I want to create a way to search through XML documents and perform a search and replace on certain elements regardless of their place in the hierarchy. I 'm thinking ElementScanner is u

Schema Validation Error

Hi All I get the following error when I do a schema validation. Error on line 1 Content is not allowed in prolog. I want through the jdom archives but did not get a reso

detach() from element

I have an XML file structured something like the following <my-lists > <list refid "1 " date "3/22/2005 4 09 PM " / > <list refid "1 " date "3/22/2005 4 14 PM " / > <list refid "1 " date "3/22

Filter Content with xml:lang

Hi all I am wondering what is the best way to filter out the content of a complex document based on xml lang. Basically for each language I want to filter out all elements that match

*** SPAM *** Re: [jdom-interest] Sorry, but clueless

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 sp

BOM-Handling depends on JRE?!

Hi! Im parsing XML-Files via SAXBuilder parser new SAXBuilder() doc parser.build(xmlFile) this code throws me a org.jdom.input.JDOMParseException Error on line 1 of document [doc]

Sorry, but clueless

Hi I and this list have experienced messages from spam@(protected) which indicates that the mail system at grit.de somehow connects my mail address with spam. I have no idea whatsoever why this i

*** SPAM *** Re: [jdom-interest] Test - Expanding <script > element.

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 sp

Test - Expanding <script > element.

Just replicated the "would-be " bug here is what I found out from making the test .- This behavior happens only if the input/document has a defined Doctype in this

Re: Manipulating a very large XML file (Dmitriy
   Viner)

I work for a publishing company. We deal with many very large XML documents. (J)DOM approach allows us to make implementation more dynamic. I?m sure I?m not the only one out there who would love

Expanding <script > element.

Hi Guys New to the list but I think I discovered a bug check it out * I used the nigthly build (15 Mar 2005) Here is a sample of my or

Re: Manipulating a very large XML file

>We have a large XML file (around 5 GB) that should be modified based on >certain business rules. What parser can be used other than DOM ? Is it >possible to create a tree structure just for th

Re: Issue tracking

>As JDOM moves forward (if it moves forward) would it make sense to >explore taking advantage of the facilities at CodeHaus or java.net or >SourceForge or some other open source host rather tha

*** SPAM *** Re: [jdom-interest] removing pcdata from jdom-Elements

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 sp

removing pcdata from jdom-Elements

Hi all I want to do this to a XML-Document (before ) <s >someone said <q >this sucks bigtime </q > and i agreed </s > (after ) <s > <w >someone </w > <w >said </w > <q > <w >this </w > <w >sucks </w > <w >bigtime

RE: [jdom-interest] Displaying a JDOM objects data content -
   helpneeded

I assume you just want textual content (i.e. not include elements or their attributes). If so you could try using an XPath expression to select all text nodes only then iterate the returned list of t
Page 16 of 45 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10