Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


RE: [xsl] Length of a literal string containing embedded tags

From: "Michael Kay" <mike@------------>
To:
Date: 8/1/2007 12:18:00 PM
XSLT operates on the tree view of the parsed text, it has no access to the
original tags. There's no way of producing different results for the two
equivalent input files:

<a foo="bar">xyz<br/>pqr</a> 

<a      foo = 'bar'>xyz<br></br><![CDATA[pqr]]></a>

which is what you seem to be trying to do.

Michael Kay
http://www.saxonica.com/
 

> -----Original Message-----
> From: Darren Wheatley [mailto:darren@xxxxxxxxxxxx] 
> Sent: 01 August 2007 13:14
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] Length of a literal string containing embedded tags
> 
> Hi,
>  
> Could anyone tell me how I can calculate the length of a 
> string containing inline elements?
>  
> E.g.
>  
> With a context node like this:
>  
> <text>this is some text<SUP>3</SUP>some more</text>
>  
> "string-length(.)" should return 43, but it returns less than that.
>  
> My assumption is that the embedded tags are being treated as 
> proper nodes rather than literal text.
>  
> Any idea how I can make sure that each character of the 
> embedded tags counts as a character when calculating the 
> length of the overall string?
>  
> E.g.   <SUP> would count as 5 characters
>  
> Thanks
> 
> D.


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