Subject: RE: Replacing portion of element name
From: "Boyd, Eddie" <eddie.boyd@xxxxxxx>
Date: Tue, 25 Nov 2003 04:13:26 -0800
|
Thanks, there is definitely a typo in my element name, it should be
<commander_s_tracked_station_list>. You are right that Jim's rule will work
with the example given, but may alter other instances. I may just have to
wait for XSL 2.0 (if it will have the capability I need), or use an
extension. Thanks.
-----Original Message-----
From: Wendell Piez [mailto:wapiez@xxxxxxxxxxxxxxxx]
Sent: Monday, November 24, 2003 3:43 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: Replacing portion of element name
Note that in the solution,
><xsl:value-of select="substring-before($myvar1,' s')"/>'s<xsl:value-of
>select="substring-after($myvar1,'s')"/>
An input string of the form
"An input string"
will come out (when $myvar1 is an apostrophe)
"An input'string"
This is why having a good tight set of rules is so important - Jim's rule
works for the sample given, but you need a rule that works for your data
(actual or potential).
Cheers,
Wendell
======================================================================
Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc. http://www.mulberrytech.com
17 West Jefferson Street Direct Phone: 301/315-9635
Suite 207 Phone: 301/315-9631
Rockville, MD 20850 Fax: 301/315-8285
----------------------------------------------------------------------
Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|