OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook] xml-tags interpreted as pure tags


On Thu, 2005-01-13 at 19:54 +0000, ro bert wrote:
> Hi,
> 
> my xslt processor interprets my_tags written like this as docbook elements:
> 
> <screen>
> 
> <my_tags>
>    <my_tags attr="" attr2=" "/>
> </my_tags>
> 
> </screen>
> 
> But i want it to be printed in html as pure text.
> Does anyone know a solution?

Using your terminology, 'tags' = < + string + >

If you want < + word + > to be interpreted as 
other than tags,
you need

&lt;my_tags>
 &lt;my_tags attr="" attr2=" "/> 
 &lt;/my_tags>

Then enclose (add tags round) the whole lot in
<literallayout>

....

</literallayout>

HTH



  
-- 
Regards, 

Dave Pawson
XSLT + Docbook FAQ
http://www.dpawson.co.uk



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]