How to assign a XSD into output? 2003-08-07 - By Buchleitner Martin
Hi!
I am looking about this topic with google now about 2 days but did not found any documentation which explained it to me ...
I want to assign an XSD Schema to my XML and present it afterwards to the user ...
I want: <?xml version="1.0" encoding="ISO-8859-1"?> <document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="(XSD Schema Location)"> ... </document>
but i always get: <?xml version="1.0" encoding="ISO-8859-1"?> <document> ... </document>
Thanks in advance, Martin
-- _ _ | \/ |artin _ EMail: mabu@(protected) | |\/| |______|_)__________________________________ |_| |_| |_)uchleitner ICQ: #13889764
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|