xsl-list
[Top] [All Lists]

Re: XSL-FO / XSLT Transformations & Line Breaks in XML

2005-05-03 13:48:35
No worries. It must be my day for e-mail weirdness, as the e-mail system 
here just marked my reply to your earlier message as spam, so double 
postings fit right in.

Anyway, you can do something like this:

<xsl:template match="para1">
  <p><xsl:value-of select="substring-before(., 'The Department 
seeks')"/><br/>The Department seeks<xsl:value-of 
select="substring-after(., 'The Department seeks')"/></p>
</xsl:template>

Jay Bryant
Bryant Communication Services
(presently consulting at Synergistic System Technologies)




"craig webber" <craigwebber(_at_)hotmail(_dot_)com> 
05/03/2005 03:24 PM
Please respond to
xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com


To
xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
cc

Subject
Re: [xsl] XSL-FO / XSLT Transformations & Line Breaks in XML






Sorry to post twice, I've indicated with a "<br/>".

<para1>

The Department values the views of business, consumer groups and the
public. We know that we will get it right delivering policy if we have 
consulted
effectively.  <br/><br/> The Department  seeks views on a range of 
proposals 
and
existing policies, both through formal written consultations and through
informal contact and discussion. We use a variety of consultation methods
to ensure participation from a diversity of individuals and
organisations/business.

</para1>

Thanks Craig.

_________________________________________________________________
Messenger just got even better - download 7.0 today! 
http://messenger.msn.co.za?DI=1054&XAPID=2532


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--