[jdom-interest] Namespace prefix
    François BARBE 
    fbarbe at yahoo.fr
       
    Fri Oct 26 02:32:39 PDT 2001
    
    
  
Hi,
I don't succeed in generating that kind of stream:
<t1 xmlns:p1="mon.uri">
  <p1:aa att1="v1" />
  <p1:bb att2="v2" />
</t1>
My problem is that I can't write only the prefix.
Each time, I got both namespace declaration and prefix,
so I got a stream like that:
<t1 xmlns:p1="mon.uri">
  <p1:aa att1="v1" xmlns:p1="mon.uri" />
  <p1:bb att2="v2" xmlns:p1="mon.uri" />
</t1>
Can someone help me ?
Thanks
Francois
___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Courrier : http://courrier.yahoo.fr
    
    
More information about the jdom-interest
mailing list