Author: rgardler
Date: Fri Dec 9 06:22:34 2005
New Revision: 355498
URL: http://svn.apache.org/viewcvs?rev=355498&view=rev
Log:
add a note about the new Locationmap Source Resolver
Modified:
forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml
Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml?rev=355498&r1=355497&r2=355498&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml Fri Dec
9 06:22:34 2005
@@ -251,6 +251,19 @@
in the source document need to be rewritten to ensure that they are
matched by the locationmap.</warning>
</section>
+
+ <section id="sourceResolving">
+ <title>Source Resolving</title>
+ <p>As well as being able to use the locationmap as a parameter in the
sitemap,
+ it is also possible to use it as a psuedo-protocol within resources
processed
+ by Forrest. For example, you can use it to import an XSL provided by
one plugin
+ within another plugin:</p>
+
+ <source><![CDATA[
+ <xsl:import src="lm://OOo.transform.write.xdoc"/>
+ ]]>
+ </source>
+ </section>
<section id="linkrewriting">
<title>Link Rewriting</title>