Author: crossley
Date: Sun Apr 10 01:40:57 2005
New Revision: 160761
URL: http://svn.apache.org/viewcvs?view=rev&rev=160761
Log:
These real-life examples are causing strange breakages
looking for "docs/site:howto/buildPlugin" etc.
Comment them out for now.
Modified:
forrest/trunk/site-author/content/xdocs/docs/sitemap-ref.xml
Modified: forrest/trunk/site-author/content/xdocs/docs/sitemap-ref.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs/sitemap-ref.xml?view=diff&r1=160760&r2=160761
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs/sitemap-ref.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs/sitemap-ref.xml Sun Apr 10
01:40:57 2005
@@ -187,11 +187,14 @@
format.
</p>
<p>
- Source pipelines always have a "<code>.xml</code>" extension. Thus,
+ Source pipelines always have a "<code>.xml</code>" extension.
+<!-- FIXME: this causes strange breakages looking for
"docs/site:howto/buildPlugin" etc.
+ Thus,
<link href="index.xml">index.xml</link> gives you the XML source for
the
index page. Likewise, <link href="faq.xml">faq.xml</link> gives you
XML
for the FAQ (transformed from FAQ syntax), and
<link href="changes.xml">changes.xml</link> returns XML from the
status.xml file.
+-->
Take any page, and replace its extension (<code>.html</code> or
<code>.pdf</code>) with <code>.xml</code> and you'll have the Source
XML.