[xsd-users] Serialization Problem with namespace
    kun lv 
    lvkun2006 at gmail.com
       
    Tue Mar  4 20:56:26 EST 2008
    
    
  
Hi ALL
Now I am able to output some string with the code generated by XSD. They
look like:
<ContentDefine xmlns="http://ContentImport <http://contentimport/>"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="
http://ContentImport <http://contentimport/> ContentDefine">
------
</ContentDefine>
how can I get the string without the namespace. like:
<ContentDefine>
</ContentDefine>
thank you :)
    
    
More information about the xsd-users
mailing list