Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: Transforming only a portion of xml element

From: Peter Flynn <peter.nosp@-.--------.-->
To: NULL
Date: 1/5/2006 9:42:00 PM
Aaron wrote:
> 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>

The immediate thing that frightens me about this is having element types
called para1, para2, para3...

Normally the paragraphs would all just be of type para. Is there some
special reason for the numbered naming?

> My question is:
> Is it possible for para1 element, to get the 1st 50 spaces of text including
> the spaces?

<xsl:value-of select="substring(normalize-space(para1),1,50)"/>

///Peter


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