Apache-XBEL
view release on metacpan or search on metacpan
xsl/apache-xbel.xsl view on Meta::CPAN
====================================================================== -->
<doc:reference>
<referenceinfo>
<title>apache-xbel.xsl</title>
<abstract>
<para>This is an <acronym>XSLT</acronym> stylesheet for
transforming XBEL 1.0 documents in XHTML 1.1 documents</para>
</abstract>
<author>
<surname>Cope</surname>
<firstname>Aaron</firstname>
<othername>Straup</othername>
</author>
<legalnotice>
<para>This is based on work originally developed by Joris
xsl/apache-xbel.xsl view on Meta::CPAN
<formalpara>
<title>disable-output-escaping</title>
<para>Boolean. If defined, output-escaping will be disabled
for title and description nodes.</para>
</formalpara>
</listitem>
</itemizedlist>
<para>If your XSLT processors supports custom functions and the
following functions have been registered, this stylesheet will
create a 'breadcrumb' style navigation list in the XHTML output.</para>
<itemizedlist>
<listitem>
<formalpara>
<title>asc:breadcrumbs</title>
<para>Each time this function is called, it will return the
next value in the list of breadcrumbs for the current
path.</para>
</formalpara>
</listitem>
xsl/apache-xbel.xsl view on Meta::CPAN
<!-- this is considered a bug until I can either
a) figure out the correct magic to prevent
JavaScript operators from being escaped.
b) move the JavaScript into a separate file
altogether -->
<xsl:output method = "html" />
<xsl:output indent = "yes" />
<xsl:output doctype-public = "-//W3C//DTD XHTML 1.1//EN" />
<xsl:output doctype-system = "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" />
<!-- ======================================================================
====================================================================== -->
<xsl:param name = "disable-output-escaping" />
<xsl:param name = "base" />
<xsl:param name = "lang" />
( run in 0.648 second using v1.01-cache-2.11-cpan-49f99fa48dc )