[jdom-interest] Losing namespace with JDOM

Bhalchandra Patil bpatil99 at yahoo.com
Mon Sep 9 02:32:09 PDT 2002


Hello Elliotte,
I have tried the example with following combinations:

1. With JDOM b-8 and weblogic.jar ( in weblogic 6.1,
which uses xerces 1.3.1 and xalan  2.0.1 )

 Result : Namespace of the attribute is lost. (
partdescription="some text.")

2. Without JDOM, but with weblogic.jar ( in weblogic
6.1, which uses xerces 1.3.1 and xalan  2.0.1 )

  Result : Namespace of the attribute is NOT lost.
(abc:partdescription="some text.")

3. Without JDOM ( and without weblogic.jar ) and with 
xalan-j_2_4_D1.
  Result : Namespace of the attribute is NOT lost. (
abc:partdescription="some text.")
 
Laurent,
I am using xalan tranformer factory. But it works
independently without JDOM.

I am heavily relying on JDOM at present in my code and
its highly impossible to take JDOM out of the system.
Will compiling the latest JDOM code from cvs.jdom.org
help? I didnt find any related bug fixes after the b8
release of JDOM.

Is the problem problem reproducible in your
environment with xalan??

Thanks,
Bhala.

--- Elliotte Rusty Harold <elharo at metalab.unc.edu>
wrote:
> Have you tried this without JDOM in the picture?
> What does a standard 
> XSLT processor give you?
> -- 
> 
>
+-----------------------+------------------------+-------------------+
> | Elliotte Rusty Harold | elharo at metalab.unc.edu |
> Writer/Programmer |
>
+-----------------------+------------------------+-------------------+
> |          XML in a  Nutshell, 2nd Edition
> (O'Reilly, 2002)          |
> |             
> http://www.cafeconleche.org/books/xian2/            
>  |
> | 
>
http://www.amazon.com/exec/obidos/ISBN%3D0596002920/cafeaulaitA/
>  |
>
+----------------------------------+---------------------------------+
> |  Read Cafe au Lait for Java News: 
> http://www.cafeaulait.org/      |
> |  Read Cafe con Leche for XML News:
> http://www.cafeconleche.org/    |
>
+----------------------------------+---------------------------------+


__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com



More information about the jdom-interest mailing list