xsl-list
[Top] [All Lists]

Creating namespace and schema directives

2003-12-12 08:48:14
I am writing an xslt file to transform the contents of one xml document to
another that has an associated schema.  If I create a new xml document with
XMLSpy and assign the schema, it produces the following directives in the
root element:

<ACORD xmlns="http://www.ACORD.org/standards/PC_Surety/ACORD1.4.1/xml/";
xmlns:Marsh="http://www.marsh.com/"; xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="
http://www.ACORD.org/standards/PC_Surety/ACORD1.4.1/xml/
C:\MYDOCU~1\Marsh\ACORD\XSD\Marsh_ACORD_1-4-1.xsd">

I can specify this element in my xslt template as:

     <xsl:element name="ACORD" namespace="
http://www.ACORD.org/standards/PC_Surety/ACORD1.4.1/xml/"; >

but I can find no documentation on how to reproduce the second namespace
directive or the schema directive.

Does anyone know how to do this?

Regards,
Ed


____________________
Ed Trembicki-Guy
Application Designer
Marsh USA Inc.
Waterfront Corporate Center
121 River Street
Hoboken, NJ 07030
Phone: (201) 284-3278
Fax: (201) 284-2095
Internet: Ed(_dot_)Trembicki-Guy(_at_)marsh(_dot_)com
____________________




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



<Prev in Thread] Current Thread [Next in Thread>