Are you asking if you can output any kind of plain text file? If so, then
yes. With <xsl:output method="text"/> you can structure anything you want.
It does not have to be XML or HTML. You could transform your XML into java
code to compile your xml, if you wanted.
The way I manage linking is with the "site-config" structure. The elements
are nested just like folders and pages they intend to represent. For
example:
<folder name="boo">
<folder name="foo">
<page id="435345">
<content id="1234" name="doo.xml"/>
</page>
</folder>
</folder>
By finding the page and then the ancestor folder names you get the path to
the page.
----- Original Message -----
From: "Andy Clark" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 16, 2001 12:33 AM
Subject: Re: -1 to Anakia
> Robert Koberg wrote:
> > This is crazy, everything can be done with xalan. I voluenteer
> > to help if needed. Here is how I do it:
> > [...]
>
> This sounds simple and great. Almost too good to be true... ;)
> Can you manage documents of different types? links between
> documents of different types? All of which is pretty essential
> to our documentation.
>
> --
> Andy Clark * IBM, TRL - Japan * [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> In case of troubles, e-mail: [EMAIL PROTECTED]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]