Hi
I am saving xml documents structured in a relational database. But it
will not work if the schema defining the xml document contains xs:any or
xs:anyAttribute.
Is there anyway where I can compute xs:any or xs:attribute and its
namespace separatly? I am not going to parse these xs:any or
xs:attribute in my application but need to return back when asked by an
external application which created these xs:any and xs:attribute types.
This will help me to save the xs:any or xs:attribute types as they are
together with the namespaces defined in a model and the rest of the xml
document will be modeled i a relational database.
Lulseged