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]

RE: 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@kraft.ca]
Sent: Tuesday, December 19, 2000 2:38 PM
To: xsl-list@lists.mulberrytech.com
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


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