This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Transforming an XML document linked to a XML schema


> 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@informatik.hu-berlin.de             |
|  op|qo        WWW:    http://www.informatik.hu-berlin.de/~obecker |
\-------------------------------------------------------------------/


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]