You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@xmlbeans.apache.org by Guofeng Zhang <gu...@radvision.com> on 2005/04/06 13:12:50 UTC

How to use the XMLBeans classes to process my old XML document?

Hi,

 

I want to modify my program to use XMLBeans to process the XML document.

 

But the root of the old document is:

<UserStorageConfig>

It seems like I have to change it to something like:

<UserStorageConfig xmlns="http://mydomain.com/iconfig"

                   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"


> 

then it could be processed by XMLBeans classes.

 

How to solve it so that the old document can also be processed by the
new XMLBeans classes?

 

Thanks you very much.

 

Guofeng