I've got a root sitemap containing the following simple matcher:

>       <!-- UTILITY FOR VIEWING SOURCE XML OR HTML -->
>
>       <map:match pattern="**.source">
>           <map:generate src="cocoon://{1}" />
>           <map:transform src="transform/general/serialize_xml.xslt" />
>           <map:serialize />
>       </map:match>

It simply takes any url that returns XML followed by ".source" and returns 
it as an HTML representation. ( - my browser doesn't like displaying 
straight XML)

However, this doesn't work for a url referring to a sub-sitemap, such as:

        cocoon://subsitemap/information.xml

*BUT*

It does work for this *incorrect* url:

        cocoon://subsitemap/subsitemap/information.xml

e.g.:

        http://localhost:8080/subsitemap/subsitemap/information.xml.source


Stuart.

-------------------------------------------------------------------------
Stuart Roebuck                                  [EMAIL PROTECTED]
Lead Developer                               Java, XML, MacOS X, XP, etc.
ADOLOS                                           <http://www.adolos.com/>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to