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

Re: Data structure in XSLT?

Subject: Re: Data structure in XSLT?
From: "Thomas B. Passin" <tpassin@xxxxxxxxxxxx>
Date: Tue, 23 Apr 2002 14:42:29 -0400
xslt hash structure
You can generate code for programming languages.  I have done that for
javascript and Python.  If you want hash maps, you don't literally want what
you say below, since the form you show is not source code for any standard
language.

By expressing more specific desires, you could get more specific answers.

Tom P

[Charles Chan]

> Hi, is there anyway to build some data structure in
> XSLT? I have a sample input file that looks like this:
>
> <Qualifications>
>   <Competency name="Java">
>     <Competency id="programming_language:java"/>
>   </Competency>
>   <Competency name="C++">
>     <Competency id="programming_language:cpp"/>
>   </Competency>
>   <Competency name="C#">
>     <Competency id="programming_language:csharp"/>
>   </Competency>
>   <Competency name="WebLogic">
>     <Competency id="application_server:weblogic"/>
>   </Competency>
>   <Competency name="WebSphere">
>     <Competency id="application_server:websphere"/>
>   </Competency>
> </Qualifications>
>
> The output I want is:
>
> programming_language:
> Java, C++, C#
>
> application_server:
> WebLogic, WebSphere
>
> The Competency elements can be in any order. I was
> thinking it would be nice if I have the luxury to use
> a hash map or something like that.
>



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


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.