Author: bdube
Date: Tue Apr 21 04:42:07 2009
New Revision: 766973
URL: http://svn.apache.org/viewvc?rev=766973&view=rev
Log:
Issue: FOR-211
Minor change to patch applied in r766959 to fix validation
Modified:
forrest/trunk/site-author/content/xdocs/docs_0_90/howto/howto-pdf-tab.xml
Modified:
forrest/trunk/site-author/content/xdocs/docs_0_90/howto/howto-pdf-tab.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_90/howto/howto-pdf-tab.xml?rev=766973&r1=766972&r2=766973&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_90/howto/howto-pdf-tab.xml
(original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_90/howto/howto-pdf-tab.xml
Tue Apr 21 04:42:07 2009
@@ -103,11 +103,11 @@
with only one difference. There is a additional rule in line 50 and 69
for a transformation
to filter the linkmap using the parameter <em>wholesite</em>
<br/>
- <source>
+ <code>
<![CDATA[<map:transform type="xpath">
<map:parameter name="include" value="//*...@wholesite='true']"/>
<map:parameter name="exclude" value="//*...@wholesite='false']"/>
-</map:transform>]]></source>
+</map:transform>]]></code>
For example, to use the "samples" tab ...
</p>
<source>
@@ -146,9 +146,9 @@
file by taking the content of the project-name variable in
<code>skinconf.xml</code>
and adding some funny text:
<br/>
- <source>
+ <code>
<![CDATA[<map:parameter name="title" value="{conf:project-name}: Still My Foo
Site"/>]]>
- </source>
+ </code>
</p>
</section>
</steps>