On 29 Oct 2003, at 2:36, S Woodside wrote:

Using axkit 1.6.1

Does the xsp:pi work at all in axkit? I tried something like this:

<xsp:page xmlns:xsp="http://www.apache.org/1999/XSP/Core";
        language="Perl">
      <xsp:content>
        <xsp:pi target="xml-stylesheet">
          <xsp:attribute name="href">/xsl/wiki/wiki.xsl</xsp:attribute>
          <xsp:attribute name="type">text/xsl</xsp:attribute>
        </xsp:pi>
      </xsp:content>

It should work, but not with <xsp:attribute> inside (just flat text - the fact that xml-stylesheet PIs look like attributes is just an accidental feature). Plus I don't think it'll work without an outer tag to indicate the start of the user root. Though perhaps I need to extend the start of the user root to include comments and PIs...


Matt.


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



Reply via email to