xml editor

Supported platforms

Compatible with Windows7 & Mac OS X Snow Leopard

Ready for data server software
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Converting Duration


Subject: Re: [xsl] Converting Duration
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Fri, 21 Nov 2003 19:43:37 +0100

kakridge@xxxxxxxxxxxxx wrote:
If I have varying durations within an element, such as this:

<Durations>
	<Duration>PT8H</Duration>
	<Duration>PT8H15M</Duration>
	<Duration>PT12H10M</Duration>
</Durations>

how can I scan through and strip out the letters?

Stripping letters can be achieve by translating them to nothing: <xsl:template match="Duration"> <xsl:value-of select="translate(.,'PTHSM','')"/> </xsl:template> Of course, you can delete 'ABCD...' or whatever.

I'm not sure what stripping the letters gives you, nor what you mean
by "scan through". For more help, you'll have to supply samples of the
expected output.

J.Pietschmann


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




Current Thread
XML Editor | XML Author | WYSIWYG Editors | Schema Editor | XSD Documentation | XSL/XSLT Editor | XQuery | XML Databases | SVN Client
© 2002-2011 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy | This website was created & generated with <oXygen/>®XML Editor