Re: XML Include

There are 3 element information items defined for the W3C XML Schema
Language's XML representation ... that allow composing multiple schema
documents into a single effective schema to be used for validation.  These
are called    include     import     and     redefine .

Any book on W3C XML Schema language will explain them, or read the XML
Schema Primer or XML Schema Part 1: Structures  to see how they work.

Bob Schloss

XML/XSL Transformational Systems
IBM Thomas J. Watson Research Center
Yorktown Heights, New York, USA




                                                                                                                                
                      "Suchir"                                                                                                  
                      <suchir_sen@pune.        To:       <xmlschema-dev@w3.org>                                                 
                      tcs.co.in>               cc:                                                                              
                      Sent by:                 Subject:  XML Include                                                            
                      xmlschema-dev-req                                                                                         
                      uest@w3.org                                                                                               
                                                                                                                                
                                                                                                                                
                      06/17/2003 07:16                                                                                          
                      AM                                                                                                        
                                                                                                                                




Hi!
 I need to include a XML file into another, as my XML files are starting to
grow big and I need to maintain different files now. My XML files have been
defined with respect to a schema, and not with a DTD. I need the syntax of
the XML Include construct, with respect to a schema.
I tried using the DOCTYPE, and ENTITY construct, but the schema processor
somehow doesn't locate the file and starts cribbing.
Also since there would be too many datasets that I will be handling, I need
a construct to include multiple XML files.
I hope I have been clear in stating my requirements ;-).
Any leads?

Suchir Sen

Received on Tuesday, 17 June 2003 09:47:24 UTC