Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: Transforming only a portion of xml element

From: "Jeremy Chapman" <me@----.--->
To: NULL
Date: 1/5/2006 1:53:00 PM
something like the following should return the first 50 characters from the 
para1 element:

<xsl:template match="xml">
  <xsl:value-of select="substring(para1,1,50)"/>
</xsl:template>



http://www.w3.org/TR/xpath#function-string has a list of string functions.

"Aaron" <fromtheweb@a...> wrote in message 
news:umb8$djEGHA.1032@T......
> Hello,
>
> I am a newbie on XSL-- here below is a segment of data.xml.
>
> <xml...>
> <title>.........</title>
> <para1>Democrats haven't completely given up the notion of filibustering
> Samuel Alito's nomination to the Supreme Court, though they're certainly 
> not
> talking about it before his confirmation hearings. A slip of the tongue, 
> an
> intractable attitude or a dramatic revelation next week could still bring
> another Senate showdown.</para1>
> <para2>.........</para2>
> <para3>.........</para3>
> </xml>
>
> My question is:
> Is it possible for para1 element, to get the 1st 50 spaces of text 
> including
> the spaces?
>
> TIA
>
> 




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