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]

Re: <?xml-stylesheet PI


We have a bug currently where:


-------------------------------------------------
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="foo.xsl"?>
:
-------------------------------------------------

parses fine, while:

-------------------------------------------------
<?xml-stylesheet type="text/xsl" href="foo.xsl"?>
:
-------------------------------------------------

does not.

The Oracle Bug reference number is 1735831, and the
workaround is to have an XML Decl in your file.

______________________________________________________________
Steve Muench, Lead XML Evangelist & Consulting Product Manager
BC4J & XSQL Servlet Development Teams, Oracle Rep to XSL WG
Author "Building Oracle XML Applications", O'Reilly
http://www.oreilly.com/catalog/orxmlapp/

----- Original Message -----
From: "Sebastian Rahtz" <sebastian.rahtz@computing-services.oxford.ac.uk>
To: <xsl-list@lists.mulberrytech.com>
Sent: Tuesday, June 19, 2001 07:51
Subject: [xsl] <?xml-stylesheet PI


| When I run the Oracle XSLT engine on my files, it falls over on the
| <?xml-stylesheet PI:
|
| file:/Archive/P4/TEI/XMLodds/Odds/p2pref.odd<Line 1, Column 6>: XML-0109:
(Fatal Error) PI names starting with 'xml' are reserved.
|
| can this conceivably be sensible of Oracle???!
|
| sebastian
|
|
|  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
|
|


 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]