[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: transform slash n or $$$$ to line break

Subject: Re: transform slash n or $$$$ to line break
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 24 Jan 2003 15:31:16 GMT
textnode line break
> but what if the tag had children tags a

tags never have child tags as the content of a tag is the stuff between
< and > not the stuff between <x> and </x>, and nested tags like
<a="<b/>"> are not allowed.


> and is not only a "string"?  would that work too?

the replace templates you'll find in the archives of this list, or in
the faq or at jeni's site all can replace substrings in a text node
strings by element content.

If you mean that you have a mixed content element that is containing
your $$$$ markers then just apply-templates to the children of that
element and have a template rule that matches text node children
of that element and does the replace.

so
<abc>
akjh asdc <x/> jyhg $$$ lkh <b>likuh </b>
</abc>

you want

<xsl:template match="abc/text()">
  <xsl:call-template name="replace">
    <xsl:with-param...


David



David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.