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 11:02:28 +0100 (MET)
Oh, sorry. I forgot the most important ... ;-)

> > 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.

Well, then your stylesheet still doesn't work ...
You have to use this namespace with a prefix in your stylesheet.
See http://www.dpawson.co.uk/xsl/sect2/N5536.html
"22 Matching nodes in the default namespace" 

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