Re: [xsl] Transforming an XML document linked to a XML schema

Subject: Re: [xsl] Transforming an XML document linked to a XML schema
From: Oliver Becker <obecker@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 30 Jan 2002 09:13:36 +0100 (MET)
> The problem is that if apply the style sheet to the document with the Schema
> information in it. It does not perform the transformation. But once I remove
> the schema information it works fine.

You removed the default namespace declaration, too.
Just write

<?xml version="1.0" encoding="ISO-8859-1"?>
<bpxml version="1.0" xmlns="http://www.todaysystems.com.au";>
...
</bpxml>

and you should be fine.

Cheers,
Oliver

/-------------------------------------------------------------------\
|  ob|do        Dipl.Inf. Oliver Becker                             |
|  --+--        E-Mail: obecker@xxxxxxxxxxxxxxxxxxxxxxx             |
|  op|qo        WWW:    http://www.informatik.hu-berlin.de/~obecker |
\-------------------------------------------------------------------/


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


Current Thread