Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: [xsl] (newby) define an attribute based on an attribute value

From: <dalloro@--------->
To:
Date: 4/1/2005 8:49:00 AM
Thanks for the suggestion!
I didn't know I could use such a syntax...

What do the curly braces exactly mean? Do they reppresent just a
simple XPath match and substitution in a more readable form?

(I use xsltproc to process my XSL transformation... is it a good choice?)

On Apr 1, 2005 10:39 AM, Michael Kay <mike@xxxxxxxxxxxx> wrote:
> As well as the answer to your question (A[...]/B/@v) you might like to note
> that you don't have to use xsl:element and xsl:attribute. You can write the
> much more concise
> 
> <Point PointAttribute="{A[@id='123']/B/@v}"/>
> 
> XSLT has a reputation for verbosity, but it doesn't have to be as bad as
> people sometimes make it.
> 
> Michael Kay
> http://www.saxonica.com/
> 
> 
> > -----Original Message-----
> > From: dalloro@xxxxxxxxx [mailto:dalloro@xxxxxxxxx]
> > Sent: 01 April 2005 08:22
> > To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> > Subject: [xsl] (newby) define an attribute based on an attribute value
> >
> > Hi,
> >
> > I'm a newby in XSL tranformations. I need to trasform an XML file into
> > another XML file with a different structure.
> >
> > Inside a template I build an element named Point that has several
> > attributes. The value of one of these attributes depends on the value
> > of an attribute in the source XML (the attribute v of the element B
> > that I filtered through the parent 'id', in the code below)
> >
> > [snip]
> >    <xsl:element name="Point">
> > [snip]
> >       <xsl:attribute name="PointAttribute">
> >         <xsl:value-of select="A[@id='123']/B[@v]"/>
> >       </xsl:attribute>
> > [snip]
> >    </xsl:element>
> > [snip]
> >
> > I would like to obtain a 'Point' element with an attribute called
> > 'PointAttribute' with the same value of the 'v' attribute of the
> > element 'B'.
> >
> > What is the best way to deal with this problem?
> >
> > I thank you for the help.
> > Best regards.
> >
> > Livio.


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent