Author: crossley
Date: Sun Dec 4 19:33:47 2005
New Revision: 353969
URL: http://svn.apache.org/viewcvs?rev=353969&view=rev
Log:
Fix bad formatting of code section and <strong> element.
Change {forrest:stylesheets} variable to be {project:resources.stylesheets}
Suggested by: Richard Calmbach
Issue: FOR-751 item 7 and item 8
Modified:
forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-custom-html-source.xml
Modified:
forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-custom-html-source.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-custom-html-source.xml?rev=353969&r1=353968&r2=353969&view=diff
==============================================================================
---
forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-custom-html-source.xml
(original)
+++
forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-custom-html-source.xml
Sun Dec 4 19:33:47 2005
@@ -694,8 +694,10 @@
<!--Custom Pipeline for my bad html-pages-->
<map:pipeline>
<map:match pattern="mytest/*.xml">
- <map:generate src="{project:content.xdocs}{uri}.html" type="html" />
- <strong><map:transform
src="{forrest:stylesheets}/fixMyBadHTML.xsl"/></strong>
+ <map:generate src="{project:content.xdocs}{uri}.html" type="html" />]]>
+ <strong><![CDATA[
+ <map:transform
src="{project:resources.stylesheets}/fixMyBadHTML.xsl"/>]]>
+ </strong><![CDATA[
<map:transform src="{forrest:stylesheets}/html2document.xsl" />
<map:transform type="idgen" />
<map:serialize type="xml-document"/>