XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Conferences Close Tree View
+ Stylus Studio Feature Requests (1192)
+ Stylus Studio Technical Forum (14621)
+ Website Feedback (249)
+ XSLT Help and Discussion (7625)
- XQuery Help and Discussion (2017)
-> + Issue with Processing Instruct... (2)
-> + problem converting json to XML... (2)
-> + Problem base64 decoding string... (3)
-> + Problems posting multipart for... (5)
-> + trouble with download of price... (2)
-> + Problem with http-post not bei... (3)
-> + path problem, xps_file:writeAl... (9)
-> + Xquery update support? (2)
-> + problem with Stylus studio try... (5)
-> + adding dtd reference to xml ou... (4)
-> + xquery escaping ambarsand when... (3)
-> + Whitespace problem when return... (5)
-> + Problem with namespace prefix ... (5)
-> - Sending via SFTP returns unexp... (1)
-> + Query and Sftp clent (4)
-> + xquery and try - catch (3)
-> + Query + ddtek:http-post optio... (5)
-> + Example files referenced in do... (3)
-> + Automatic Error Detection and ... (3)
-> + Working with result of ddtek:h... (2)
-- [1-20] [21-40] [41-60] Next
+ Stylus Studio FAQs (159)
+ Stylus Studio Code Samples & Utilities (364)
+ Stylus Studio Announcements (113)
Topic  
Postnext
neo kSubject: delimiting values of attribute and element
Author: neo k
Date: 14 Aug 2008 05:12 PM
Originally Posted: 14 Aug 2008 05:11 PM
Dear all,
I am very new to xquery.

I have a case and i am here for some help. My requirement is, value of an element or an attribute having the same xpath should be delimited using # and should be returned as a new element

ex:
<?xml version="1.0"?>
<books name="My books">
<book bookid="1" pubdate="03/01/2002">
Java Web Services
</book>
<book bookid="2" pubdate="01/01/2000">
Java Message Service
</book>
</books>

In the above case when i query using the path books/book/@bookid the response should be the values of the attribute bookid delimited using # and should look some like
<output> 1#2 </output>

similarly for elements it should look like
<output> Java Web Services # Java Message Service </output>


thanks in advance
Neo

Postnext
Minollo I.Subject: delimiting values of attribute and element
Author: Minollo I.
Date: 14 Aug 2008 05:18 PM
Something like this?
<output>{string-join(/books/book/@bookid, "#")}</output>

Posttop
neo kSubject: delimiting values of attribute and element
Author: neo k
Date: 14 Aug 2008 05:35 PM
Hi,
That works. Thanks a lot.

I feel stupid for not finding this, as i have done something very similar to this for elements and that works.

(fn:string-join(($value/text()),' | '))

The above worked nice for elements, when i tried the same for attributes it gave me a fat error. I dint want to try any more and gave a quick post :D

   
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.