Hi,

I'm not quite sure what you're asking for.  If you want a stylesheet that
simply returns the text from an XML document and does nothing else, then I
believe something as simple as:

<xsl:template match="/">
  <xsl:apply-templates/>
</xsl:template>

...would suffice.  Unless you want it in some specific format?  Please
elaborate a little further and I'm sure someone can help you more.

Colin

On 8/12/07, Tommy Nordgren <[EMAIL PROTECTED]> wrote:
>
> I need to find docbook stylesheets that can strip off xml markup, as
> well as any content that is not plaintext.
> Do someone on this list know of any such source.
> Alternately, do some one know of any grammar checker for the english
> language, hosted on Mac OS X,
> that retains xml markup.
>
> -------------------------------------
> This sig is dedicated to the advancement of Nuclear Power
> Tommy Nordgren
> [EMAIL PROTECTED]
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to