This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

xHTML to WML


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]