Re: [xsl] how do I include schema file reference in xml file

Subject: Re: [xsl] how do I include schema file reference in xml file
From: Choon Tan <tct13@xxxxxxxxx>
Date: Thu, 16 Aug 2001 10:03:33 -0700 (PDT)
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@xxxxxxxxxxxxxxx> 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


Current Thread