Sorry about jumping the gun on the questions.
On 6/27/06, Ross Gardler <[EMAIL PROTECTED]> wrote:
Terrence Brannon wrote:
> I found the docs on external refs to be a bit terse.
Patches are welcome...
> Given the external
> refs in the sample site.xml:
>
> <external-refs>
> <forrest href="" href="http://forrest.apache.org/">http://forrest.apache.org/ <http://forrest.apache.org/>">
> <linking href=""
> <validation href="">> <webapp href="">> <dtd-docs href="" docs.html"/>
> </forrest>
> <cocoon href="" href="http://cocoon.apache.org/">http://cocoon.apache.org/"/>
> <xml.apache.org < http://xml.apache.org> href="" http://xml.apache.org/"/>
> </external-refs>
>
> I would like to know how to form ext: elements these:
Looking at:
http://forrest.apache.org/docs_0_70/linking.html#indirect-linking
(which may be the docs you refer to above - as I say, patches welcome)
> * http://forrest.apache.org/docs/validation.html
ext:forrest/validation
> * http://cocoon.apache.org/
ext:cocoon
> * http://cocoon.apache.org/2.1/features.html
This does not appear in the sitemap so cannot be referenced with an ext:
url. You'd need to change <cocoon href="" http://cocoon.apache.org/"/> to
something like:
<cocoon href="" href="http://cocoon.apache.org/">http://cocoon.apache.org/">
<2_1Features @href="" 2.1/features.html"/>
</cocoon>
and then use
ext:cocoon/2_1Features
Ross