What is wrong with this code ? 2003-04-28 - By Elliotte Rusty Harold
At 12:33 PM -0400 4/28/03, ALI,HANEEF (HP-Cupertino,ex1) wrote: >Hi, > >Can some one let me know what is wrong in the code. Iam not getting >namespace uri ( xmlns:=.....) >
In DOM you need to explicitly add xmlns Attr objects to the relevant elements. TrAXX won't put thes ein for you.
-- Elliotte
|
|