  | 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
|
|
|
  | | | JDOM | Hi
I have created a small patch that adds support for Retrotranslator.
http //www.cedarsoft.org/Retrotranslator.patch
To use the patch it is also necessary to add three jars from
Retrotranslator tHi
I have created a small patch that adds support for Retrotranslator.
http //www.cedarsoft.org/Retrotranslator.patch
To use the patch it is also necessary to add three jars from
Retrotranslator tSomeone reported trouble with the list. Testing.
-jh-
Hi
Construct valid xml from the <source > element text. Ssomething like this
SAXBuilder builder new SAXBuilder()
String source " <source >firstname 'john ' lastname 'doe ' age '42 ' </sourceHey
how is it possible to add attributes from a string (an example follows
below) to an element?
Because I have some attributes as text between two tags
<source >firstname "john " lastname "doe " age
Thanks ever so much for that magic which
inserts the xml and seems to work just fine.
Joe Bowbeer wrote
>
> On 8/27/07 hill0093 wrote
> >
> > The trouble now is that JDOM will not let me insertOn 8/27/07 hill0093 wrote
>
> The trouble now is that JDOM will not let me insert xml
> the following won 't work when running the java program using
> JDOM because JDOM won 't allow colons.
>
> tsp
I noticed on an SVG forum xml before space "preserve "
so I tried it and got the adjacent spaces viewed by an SVG
viewer and also edited by the picture editor. The following works
<text x "3.0 " yIs this somehow related to JDOM? If (as it seems) not you will have better chance asking this question on an SVG(-related) mailing list.
-+ Tatu +-
----- Original Message ----
From hill0093 <hill
SVG doesn???t seem to honor equal spacing in equally spaced
fonts like Courier. For example the .svg file contains some
adjacent spaces. They get reduced to one space by SVG
viewers. What is the Hi
jdom-contrib http //jdom.org/dist/binary/jdom-contrib-1.0.zip contains
an example of how to extend SAXBuilder and Element in order to attach line
number information. Look for LineNumberSAXBuildHi -
I 'm writing an XMLValidator tool that first parses a file against the
schema (using Xerces) then runs custom xml checks if the build was
successful. I 'm using a SAXBuilder for this and justThere 's nothing wrong with your JAVA_HOME because java wouldn 't be able to
give you an error message if there were.
Try using the same classpath and doing
javap org.jdom.Document
from the command I downloaded jdom-1.0.zip 09-Sep-2004 19 09 3.7M
When I compile Baldwin?s Svg17.java it cannot find org.jdom package.
My path includes both C \jdom-1.0\build C \jdom-1.0\build\jdom.jar
And for java Hi JDOM-istas! We announced PushToTest TestMaker 5.0 today. This is a
giant release for our open-source community. TestMaker is useful to
optimize XML performance in many situations. -Frank
---
It is not an error to do this although it is redundant and therefore sub-optimal. So getting rid of it seems like an improvement. I think StaxOutputter (which is probably in contrib or so?) for exampHi!
Mary Ellen Foster wrote
> If you check out the latest JDom from CVS and compile it that bug is
> fixed.
I just tested JDOM 's latest nightly source drop and it seems to me as if the
partial fixGunter Ohrner wrote
> Mary Ellen Foster wrote
> > > Obviously SAXOutputter in JDOM 1.0 has problems with namespace-less
> > > elements
> > If you check out the latest JDom from CVS and compile it thatMary Ellen Foster wrote
> > Obviously SAXOutputter in JDOM 1.0 has problems with namespace-less
> > elements
> If you check out the latest JDom from CVS and compile it that bug is
> fixed.
Ok thanHi!
Obviously SAXOutputter in JDOM 1.0 has problems with namespace-less
elements
http //www.jdom.org/pipermail/jdom-interest/2004-October/014290.html
This linked discussion contains a patch whichI just got bit by passing a Writer to XMLOutputter (again) and having
the Writer 's encoding du jour double encode the UTF-8 output of the
XMLOutputter. Do you think you could put a reference to the w
Thanks Michael. Could you point me to some documentation that explains how
to build a TinyTree from a file and how to create a Source object out of it
(and which Source implementation to use)? I a
Hi all
I have an application where I need to keep a rather large (currently ~40MB
can get bigger) XML file in memory. This document is used exclusively as a
source for multiple XSLT transformatioHi
Basically the reason is caused in my application.
I prepare a xml-document for a view in a JTextPane. The native xml of the <text >-Tag is load to this editor too.
Then the text-content can be edHi
We handle with XML-Documents including elements with mixed-content.
an easy example
Good morning
to feed an other software
I have to process an xml
including entity numbers.
As usual
saxbuilder is used to read the xml file
and jdom to manipulate the xml.
the output file is produHi!
We are using JDOM in ASDT
(http //sourceforge.net/projects/aseclipseplugin/).
Is there a chance that JDOM will use generics in near future?
Regards
Marc Reichelt || http //www.marcreichelHello all
I have a question concerning SAXBuilder and DOMBuilder. I know the
differences between both models but what 's the difference of both
builders i detail?
Thx
mfw
Hi
I 'm trying to use JDOM to access a webservice and am using
...
Dispatch <Source > dispatch svc.createDispatch(
portQName
Source.class
Hi
I get the following NPE on serializing JDOM 1.0
---8 <---
11 17 15.220 ERROR [org.apache.wicket.util.lang.Objects ] - Error
serializing object class de.silberlicht.wsl.test.HelloWor
ld |
|
 |