Subject:Process only certain tags and format them Author:Evelyne H Date:20 Mar 2007 05:17 PM
I'm relatively new to xslt and would be happy if anyone could help me.
I have got a docbook xml-document with the following tags that I would like to extract (I just need that one tag (para and all its children) to do something non-docbook related with it)
<para condition="extract"> here is unformated <emphasis>text</emphasis> </para>
what I like is an xml with: here is unformated text.(with only one whitespace between two words and only the text of the other tags)
<title>, <section> (tags in the docbook xml) etc. are not of interest.
what is a good way to do that?
thanks in advance
Evelyne