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

Re: Re: Anyone have XSLT that generates XML showing a

Subject: Re: Re: Anyone have XSLT that generates XML showing a Windows folder structure?
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 13 May 2020 16:23:54 -0000
Re:  Re: Anyone have XSLT that generates XML showing a
Am 13.05.2020 um 17:37 schrieb Costello, Roger L. costello@xxxxxxxxx:

I decided to go the route that John suggested, and use the EXPath File
module. John was right, it was fairly easy to implement the desired
functionality using the EXPath File module. Below is what I created. It seems
to work fine. If you see any potential problems in it, or ways to improve it,
please let me know.  /Roger


<xsl:function name="f:remove-last-slash-filename-from-URI"
as="xs:string">
<xsl:param name="uri" as="xs:string"/>

<xsl:value-of
select="f:reverse-string(substring-after(f:reverse-string($uri), '/'))"/>

</xsl:function>

I think with pure XPath I tend to use tokenize($uri, '/')[last()] here to select the file name.

Not sure if the EXPath module also has some helper for that.

But the reverse-string(substring-after looks a bit too complicated to me
with access to the tokenize function.

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.