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

URI collection select?

Subject: URI collection select?
From: "dvint@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 7 Dec 2019 22:51:28 -0000
 URI collection select?
I once upon a time found a documentation with examples on various way
to build collections and for the life of me I cannot find it again.

I have a situation where I have files with a .dita and .xml file
extensions. I thought there was a way to do this in one select
statement but all the ways I can think of do not work. I've tried
separating the extensions with a comma, a space and a colon and none
of them work - no results are returned.B 

So I have this configuration:

	B  B 

<xsl:variable
 name
=
"topiccollectionString"

B  B  B  B 
select
=
"_concat_
(
$SRCPATH
,

'?select=*.dita;recurse=no'
)
"/>

B  B 

<xsl:variable
 name
=
"topicfileSet" select
=
"_uri-collection_
(
$TOPICCOLLECTIONSTRING
)
"/>

 B  B 

<xsl:variable
 name
=
"xmltopiccollectionString"

B  B  B  B 
select
=
"_concat_
(
$SRCPATH
,

'?select=*.xml;recurse=no'
)
"/>

B  B 

<xsl:variable
 name
=
"xmltopicfileSet" select
=
"_uri-collection_
(
$XMLTOPICCOLLECTIONSTRING
)
"/>

	I then have 2 for-each statements to process both lists.

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.