Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - Transforming only a portion of xml element [Thread Next] Re: Transforming only a portion of xml elementTo: 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 > > | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
