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

Re: [jdom-interest] ERROR:
   org.jdom.Element.getParent()Lorg/jdom/Element;

You need to use the Jaxen JAR included with JDOM. Details are in the lib/jaxen.readme file. -jh- angeloimm wrote > Hi all i 'm using JDom 1.0 Jaxen version 1.0-FCS ( jaxen-full.jar ) on

ERROR: org.jdom.Element.getParent()Lorg/jdom/Element;

Hi all i 'm using JDom 1.0 Jaxen version 1.0-FCS ( jaxen-full.jar ) on JBuilder2005. I have this xml file called structure <?xml version "1.0 " encoding "ISO-8859-1 "? > <site_structures > <sit

Removing namespaces from the output

I was wondering if there is way to remove name spaces awarenes from the Document and XMLOutputter objects? Sincerely Dmitriy Viner E-Mail dxv7027@(protected) Cell Phone 716-415-3096

RE: [jdom-interest] jdom build a JAva Object with a file XML with
   morethan one

Using JDOM you can read this XML file (see http //www.jdom.org/docs/apidocs/org/jdom/input/SAXBuilder.html) into a JDOM Document (see http //www.jdom.org/docs/apidocs/org/jdom/Document.html). This doc

jdom build a JAva Object with a file XML with more
   than one it

Hello Have You Please an example with an XML File and more than one item. I would build this file in a Java Object. But there are more than one "application " See <?xml version "1.0 " encoding

java.lang.InternalError: fillbuf

I 'm using this error from a simple line of code document parser.build(inputFileName) The error is java.lang.InternalError fillbuf at org.apache.crimson.parser.InputEntity.parsedConten

Parsing AND validating a schema

I 've searched and searched and tried all sorts of combinations of features and properties and I cannot figure out how to validate a schema. Yes that 's right a schema. I 'm trying to treat the s

Re: [jdom-interest] Escaping ampersand left in output from
   XMLOutputter

Scott Yeadon wrote > Hi > > When writing out a file using the XMLOutputter character entities are > left escaped. Is this behaviour intentional? I would have thought this > would only be re

[jdom-interest] [Fwd: Escaping ampersand left in output from
   XMLOutputter]

Sorry I tell a lie it 's the w3c.dom APIs which are doing this...(but if this is also true of JDOM 's XMLOutputter the question still stands!

Escaping ampersand left in output from XMLOutputter

Hi When writing out a file using the XMLOutputter character entities are left escaped. Is this behaviour intentional? I would have thought this would only be required for internal processing

Manipulating a very large XML file

Hi all 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

HTML tags appearing in JDOM tree

I have an XML document that i 'm using JDOM to manipulate. here is the code SAXBuilder jdomBuilder new SAXBuilder() try { jdomBuilder

Subject: JDOM for c#

Hi Has anyone attempted to port JDOM to c# - I know c# has its own xml api but JDOM is far superior and would make java conversions far less painful. Its something i 'd be prepared to have a st

Re: [jdom-interest] JDom to implement org.w3c interface for next
   release

lee hwaying wrote > Please implement org.w3c interface for Document Node nodelist.... > so as to be able to call via JSTL without having to reinitialise a w3c > dom document and maintaining t

JDom to implement org.w3c interface for next release

Thanks Jdom for making the lightweight library. Suggestion. Please implement org.w3c interface for Document Node nodelist.... so as to be able to call via JSTL without having to reinitialise

JDOM XSLT with parameters?

Hi~ I usually use JDOM for XML Processing. But when I tried transforming XSL I could not find the way to pass parameters to XSLT Processor. "parameters " which are defined in XSL document. ( <xs

trying to validate xml, part 2

By the way this is the code I 'm using to try to validate <snip > File file new File( "emais2-20050113.xml ") try { SAXBuilder builder new S

trying to validate xml

Hey gang. I 'm trying to validate my xml using a schema I built based on a schema extracted (using XMLSpy) from a SQL Server database. I am following the instructions in the FAQ on the jdom.o

A hack for DTD validating a modified DOM

Hi I 'm reasonably new to JDOM but had some good progress very quickly. I haven 't noticed this in the archive and a few people have asked about how to validate a DOM that has been construct

Problems in adding an element

Hi Element objRoot new Element( "Request ") Document objDocument new Document(objRoot) Element objRequestType new Element( "Request_Type ") objRequestType.setText( "DEFAUL

Syntax of namespace URIs

I was looking at the JDOM code for validating a namespace URI (Verifier#checkNamespaceURI). It seems to accept any string so long as it doesn 't start with a digit a dollar or a hyphen. Where

Reading the xml:base attribute

JDOM doesn 't offer a method signature getAttribute(String lname String uri) instead one has to do getAttribute(String lname Namespace.getNamespace(uri)) But this fails if the uri h

JDOM Proxy issue

Folks A quick question. When I need to validate my data against xml based on the internet. How does JDOM overcome the proxy/firewall issues? rgds Rajesh Anand Email Rajesh_anand@(protected)

Subject: XPATH ERROR

<html > <div style 'background-color ' > <DIV class RTE > <P > <BR > <BR >Hi All </P > <P >  </P > <P >Iam trying to get a XPATH value from the JDOM document. </P > <P >I have included jaxen-core.jar </P > <P >&

Re: jdom-interest Digest, Vol 6, Issue 1

Hi You can simply use the URI of the DTD as the second parameter in the build() method SAXBuilder builder new SAXBuilder() Document doc builder.build(myInputStream "file /// " + fullPat

Error handling

All I have an xml document that contains a root node and several children as such <RootNode > <ChildNode > <ChildNode > ... </RootNode > I parse this document iterate the chil

validate document without DOCTYPE declaration

Hello All I 'm trying to find a way to validate a document that does not include the DOCTYPE declaration. The URL for the DTD is known at runtime but is not imbeded in the XML document. Ca

Subject: JDOM methods

Folks How do I define the following in my xml instance the only thing I got working is the schema name using setNamespace() method. I 'm using JDOM 1.0. <?xml version "1.0 " encoding "UTF-8

Setting Encoding

Folks I 've a Java program that creates a XML document on the iSeries using JDOM. I noticed that the XML when produced does not contain the following line. <XML Version "1.0 " encoding

How to specify a basedir from the Transformer

Hi I am using JDOM to perform an XSL transformation. The problem I have is that my XSL Document refers to an external file using the document(URL) method. I don 't want to use an absolute URL.
Page 18 of 45 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10