ovidiu 02/04/15 17:40:40 Added: src/scratchpad/schecoon/webapp/stylesheets extended-document2html.xsl Log: Created. Extends the document stylesheet with form capabilities. Revision Changes Path 1.1 xml-cocoon2/src/scratchpad/schecoon/webapp/stylesheets/extended-document2html.xsl Index: extended-document2html.xsl =================================================================== <?xml version="1.0" encoding="utf-8"?> <!-- An extension to the document DTD, which allows for HTML forms to be embedded within the document. --> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:include href="document2html.xsl"/> <xsl:template match="form | input | select | option | textarea | keygen | isindex"> <xsl:copy> <xsl:copy-of select="@*"/> <xsl:apply-templates/> </xsl:copy> </xsl:template> </xsl:stylesheet>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]