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)
-> + Dynamic i18n translation (2)
-> + Convert Image to Mime Base64 u... (2)
-> + Output window fails to show re... (2)
-> + Bitmap Graphic Problem (2)
-> - node comparision (1)
-> - Issue (1)
-> + How to select distinct values (2)
-> + IDE for simple XSLT utility de... (4)
-> + Hard Problem in XSLT (2)
-> + Same name and different proper... (5)
-> + Outputing the actual XML issue... (4)
-> + Generating flexible multi-leve... (3)
-> - Finding Duplicate IDs in XML d... (2)
-> ->Finding Duplicate IDs in ...
-> + Displaying Text in XSLT only i... (2)
-> + Using javascript to transform ... (2)
-> - Only showing xml data with cer... (1)
-> + Trying to insert XML data into... (3)
-> + Need help with xsl:param probl... (2)
-> + printing in arabic (2)
-> + Filtering out results by two a... (2)
-- Previous [1441-1460] [1461-1480] [1481-1500] Next
+ XQuery Help and Discussion (2017)
+ Stylus Studio FAQs (159)
+ Stylus Studio Code Samples & Utilities (364)
+ Stylus Studio Announcements (113)
Topic  
Postnext
Ngai ZhangSubject: Finding Duplicate IDs in XML document using XSL
Author: Ngai Zhang
Date: 06 Jun 2006 02:12 PM
Originally Posted: 06 Jun 2006 02:08 PM
In the XML document, there are ID's that are duplicates, and I'm trying use XSL to find ID's that aren't unique, so that I can highlight them for the user.

I'm trying to use variable items in XSL, but when I use xsl:value-of, the output doesn't show up in Internet Explorer.

<xsl:variable name="myArray">
<xsl:for-each select="StagingInformation/MachineInformation">
<item><xsl:value-of select="ID"/></item>
</xsl:for-each>
</xsl:variable>

##### This line below is my test that won't work

<xsl:value-of select="$myArray/item[2]"/>

##### (These comments are not in code)
##### end

<xsl:for-each select="myArray/item">
<xsl:variable name="count1">position()</xsl:variable>
<xsl:for-each select="myArray/item">
<xsl:variable name="count2">position()</xsl:variable>
<xsl:if test="$myArray/item[$count1] = $myArray/item[$count1]"/>
</xsl:for-each>
</xsl:for-each>


Can anyone help?

Posttop
Ivan PedruzziSubject: Finding Duplicate IDs in XML document using XSL
Author: Ivan Pedruzzi
Date: 06 Jun 2006 04:13 PM
Please before posting search the forum, most likely someone already asked a similar question.

Search for the word duplicates, there are many examples.

Hope this helps
Ivan Pedruzzi
Stylus Studio Team

   
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.