xsl-list
[Top] [All Lists]

creating multiple namespace definitions in top element of output document

2004-04-05 04:10:01

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


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