Subject: Re: Access to string/variables per character
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 2 Dec 1999 09:26:57 GMT
|
> How do I access each char of copy99 ? copy99[1], copy99[2]... ?
substring($copy99,5,5) is the 5th character of the string, but _why_
are you putting the mathml into a string and then having to access it
characterwise. MathML is 99% markup so there should be plenty of
chances to add whatever extra punctuation and space you want as you
transform the XML tree into your string, without having to then
modify the string later.
David
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|