Omar Adobati wrote:
<xsl:include
href="resource://org/apache/cocoon/forms/resources/forms-page-styling.xsl"/>
I can't understand the "reference" protocol... where it point? Will be
a good choice to try to edit the files included or imported by this
stylesheet?
Assuming you mean "resource" protocol... it resolves a resource using
the Java classpath resource resolution mechanism. In this case, the
forms-page-styling.xsl file is stored at that path within the
cocoon-forms-block JAR file.
Since it is packed away in a JAR, it's best practice to not edit it
directly, but instead if you need to change a styling then override the
appropriate templates within your equivalent of the
forms-samples-styling.xsl file. This keeps your changes localized and
makes maintenance much easier.
--Jason
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]