[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] =?iso-8859-1?Q?creating_multiple_namespace_definitions_in_top_element_of_output_document?=


Subject: [xsl] creating multiple namespace definitions in top element of output document
From: <xml4pharma@xxxxxxxxxxxxxxxx>
Date: Mon, 5 Apr 2004 13:10:01 +0200

I have an XML document which I want to transform into an XForms
document.
The source XML document does not know anything about XForms, XHTML nor
Schemas.

In the top element of the output document (i.e. the result of the
stylesheet transformation), I want to have multiple namespace
declarations, e.g.:

<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:xforms="http://www.w3.org/2002/xforms"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

How do I do that in my stylesheet ?

I do already use XSLT2.0 with Saxon7 as my transformation engine.

Many thanks in advance

Jozef Aerts
Germany


Current Thread
Keywords