如何时用ASP正则提取,<xml>与</xml</xml>之前的内容
<xml >
<description>
<city><![CDATA[长沙]]></city>
<date><![CDATA[2010-05-09]]></date>
<data>
<today>
<temperature><![CDATA[16℃~18℃]]></temperature>
<weather><![CDATA[中雨]]></weather>
<wind><![CDATA[北风小于3级]]></wind>
</today>
<tomorrow>
<temperature><![CDATA[17℃~20℃]]></temperature>
<weather><![CDATA[多云]]></weather>
<wind><![CDATA[北风小于3级]]></wind>

</tomorrow>
<thirdDate>
<temperature><![CDATA[16℃~19℃]]></temperature>
<weather><![CDATA[阴]]></weather>
<wind><![CDATA[北风小于3级]]></wind>
</thirdDate>
</data>
</description>
</xml>