You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by Buchleitner Martin <ma...@sbox.tugraz.at> on 2003/08/07 12:08:03 UTC

How to assign a XSD into output?

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@sbox.tugraz.at
| |\/| |______|_)__________________________________
|_|  |_|      |_)uchleitner          ICQ: #13889764


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org