| Subject: [xsl] XSLT processor and substring-after From: "N Zhou" <zhou_naijun@xxxxxxxxxxx> Date: Wed, 13 Apr 2005 13:57:58 -0500 | 
I'm using XML::XSLT Perl module to transform XML data:
<gml:boundedBy>
 <gml:Box>
     <gml:coordinates>89,43 90,43.5</gml:coordinates>
</gml:Box>
</gml:boundedBy>I want to split the 89,42 90, 43.5 to two substrings as :
<gml:boundedBy>
 <gml:Envelope>
     <gml:lowerCorner>89,43</gml:lowerCorner>
     <gml:upperCorner>90,43.5</gml:upperCorner>
</gml:Envelope>
</gml:boundedBy>| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] Total number of pages wit, Nadia . Swaby | Thread | Re: [xsl] XSLT processor and substr, JBryant | 
| RE: [xsl] transfer comma to other X, Greg Gaffney | Date | Re: [xsl] Load XSL dynamically, Camaleón | 
| Month |