This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: how do I include schema file reference in xml file


Try this:
Assuming your root tag (the very first tag) is root:

<root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:SchemaLocation="schema.xsd">


</root>

Braden.

--- Sunil Dua <sdua@solutionsny.com> wrote:
> Hello there,
> 
>  I have some xsd files, which are imported in a another XSD
> file. I am using
> some of the  element defined in some of those XSD file. Pls.
> let me know How
> do I include (using what syntax) schema reference in my xml
> file? Any help
> will be appreciated.
> 
> thanks a ton
> Sunil
> 
> 
>  XSL-List info and archive: 
> http://www.mulberrytech.com/xsl/xsl-list
> 


__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]