On Saturday 19 January 2002 16:02, you wrote:

> +++++++ XSP FILE +++++++
>
> <?xml version="1.0"?>
>
> <?xml-stylesheet href="null" type="application/x-xsp"?>
> <?xml-stylesheet href="stylesheets/test1.xps"
> type="application/x-xpathscript"?>
>
>
> <xsp:page xmlns:xsp="http://www.apache.org/1999/XSP/Core";
>       language="Perl">
>       <page>
>               <body>
>                       <heading>Hello World</heading>
>                       It is now: <xsp:expr>scalar localtime</xsp:expr>
>               </body>
>       </page>
> </xsp:page>

Shouldn't the XSP PI be <?xml-stylesheet href="." ....
instead of href="null" ?

I know in my XSP I have always used "." as the HREF for XSP processing, 
perhaps that is the problem? 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to