scheme redefines in xml
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
The scheme, which is out in a file, can be redefined by the XML document itself. I guess what unsettles me about this is it allows the sender to redefine what is valid. My database may not be able to store the additional properties added by the redefined scheme, but both the sending parser and receiving parser will accept the new properties because embedded in the XML document is a redefine section. I have no control over what the sender may redefine. Am I misunderstanding something here? Is this a good thing? thanks