I have XML that looks like
我有XML看起来像
<?xml version="1.0"?>
<configuration>
<TemplateMapper>
<Template XML="Product.xml" XSLT="sheet.xslt" Keyword="Product" />
<Template XML="Cart.xml" XSLT="Cartsheet.xslt" Keyword="Cart" />
</TemplateMapper>
</configuration>
<?xml