[xsl] xHTML to WML

Subject: [xsl] xHTML to WML
From: "paulhoward.co.uk" <paulhoward.co.uk@xxxxxxxxxxxx>
Date: Thu, 29 Mar 2001 11:02:51 +0100
I am writing a dynamic HTML > WML convertor and was wondering how I can
select the content between two tags and perform a conditional if test on it
to then render appropriate output.

eg.

If this is passed to my XSLT sheet:
<p>&nbsp</p>

I want to perform something like.....
<xsl:if test="value of select <p> == &nbsp" <p></p>>

To produce:
<p></p>

And remove this and other similar bits from my input.

Ive checked the archives and as best as I could understand most of the w3c
docs. Any ideas or similar implementations would be really helpful.

Many thanks,
Paul.

University of Nottingham
Nottingham
UK.



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread