RE: [xsl] accessing token in data...

Subject: RE: [xsl] accessing token in data...
From: "Corey Haines" <chaines@xxxxxxxxxxx>
Date: Tue, 19 Dec 2000 15:13:49 -0500
Just a note of caution:

Some browsers don't deal with <br/> very well, so you should try to use <br
/> (notice the space)

-Corey

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Heather
> Lindsay
> Sent: Tuesday, December 19, 2000 2:49 PM
> To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
> Subject: RE: [xsl] accessing token in data...
>
>
> Martin,
> 	Do you need the tag to be specifically, <br>?  I just use <br/>
> instead to make the resulting html document valid XML.  This is
> still valid
> html and displays on the browser the same.
>
> Good luck,
> Heather
>
>
> -----Original Message-----
> From: Martin Giroux [mailto:girouxm@xxxxxxxx]
> Sent: Tuesday, December 19, 2000 2:38 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] accessing token in data...
>
>
> hi everyone,
>
> hope some gurus will help me on that one.
>
>
>   I have huge problem understanding white spaces and don't know how to
> format to get the <br> result in html.
>   In html <BR> will format so the the current line stop and next
> line begin
> and <p> is paragraph break.
>   everybody knows that but in xsl and/or xml only the <p></P> works.
>
>   so I thought I could use the following if possible.
>
>   When I convert my xml and with xsl file to HTML.I need to make
> the data of
> one tag be filtered for token.
>   maybe a technic exist to make the same formating in xsl or xml that will
> generate same effect.
>
>  Example :
>
>  <Description>
>    time to go to school cuz I need more knowledge ; <---(;)Token Should be
> replace by value of html tag <b>
>    time to go to school cuz I need more knowledge ? <---(?)Token should be
> replace by value of html tag <p>
>  </Description>
>
> Thanks
>
> Martin
>
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


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


Current Thread