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

RE: Data Integration at runtime using XSL

Subject: RE: Data Integration at runtime using XSL
From: Ambika.Das@xxxxxxxxxxxxxxxxxx
Date: Thu, 7 Sep 2006 17:41:28 +0530
data integration at runtime xslt
Hi Jim,

This is more of a POC which will give us an indicator whether it is
achievable using XSLT. The XML file can contain data as follows.

<?xml version="1.0" encoding="UTF-8" ?>

<main-element>
<fid id='DATA_STATUS'>0</fid>
</ main-element >

<main-element>
<fid id='DATA_STATUS'>1</fid>
</ main-element >

The symbol list is abc|def

The output required is
<header>
abc
</header>
<main-element>
<fid id='DATA_STATUS'>0</fid>
</ main-element >

<header>
def
</header>
<main-element>
<fid id='DATA_STATUS'>1</fid>
</ main-element >

Thanks & Regards,
Ambika Prasad Das


-----Original Message-----
From: James Fuller [mailto:jim.fuller@xxxxxxxxxxxxxx]
Sent: Thursday, September 07, 2006 5:28 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Cc: jim.fuller@xxxxxxxxxxxxxx
Subject: Re:  Data Integration at runtime using XSL

Ambika.Das@xxxxxxxxxxxxxxxxxx wrote:

>Hi Jim,
>
>Given below is the code.
>
><xsl:for-each select="parent/child">
>
>  <xsl:variable name="nCnt" select="position()"/>
>
>
> 	<xsl:text>,</xsl:text>
>	  					<xsl:value-of
>select="fid[@id='FIELD_1']"/>
>	  					<xsl:text>,</xsl:text>
>
>The template for tokenizing the input parameter is as follows
>
><xsl:param name="input_param"/>
>      <xsl:choose>
>        <xsl:when test="contains($input_param,'|')">
>          <xsl:value-of
>    		select="substring-before($input_param,'|')"/>
>        </xsl:when>
>        <xsl:otherwise>
>          <xsl:value-of select="$ input_param "/>
>        </xsl:otherwise>
>      </xsl:choose>
>
>    </xsl:template>
>
>Let me know if you require any other details.
>
>
can u create a complete example?

* xml doc with sample data
* complete xslt doc that represents your problem

giving us snippets of information means we might spend time looking at
problems that are not actually problems....as others have already noted
you have issues with your params e.g. a whitespace in $input_param
etc....

gl, Jim Fuller

ps: it feels like we are dealing with a turing machine at the moment

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.