[xsl] How to fetch desired data
by rob Jackson other posts by this author
Dec 30 2005 12:40AM messages near this date
Re: [xsl] "Outer join" for XSLT?
|
Re: [xsl] How to fetch desired data
& XSLT Hi All,
I am converting a source xml into target xml using XSLT.
My source xml has a field like
<xsl:address> Charles Army Street; Boston, Ma 01779</xsl:address>
I have to display it by breaking it into different fields assuming
there will be comma
between city and state and space between state and zip.
Target xml should be like this:
<xsl:city> Charles Army Street; Boston</xsl:city>
<xsl:state> Ma</xsl:state>
<xsl:zip> 01779</xsl:zip>
Can you please suggest me as how can I proceed with this. Thanks in advance.
Cheers,
Rob
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe@[...].com>
--~--
Thread:
rob Jackson
James Fuller
rob Jackson
Florent Georges
rob Jackson
Florent Georges
James Fuller
Florent Georges
|