私のXSLTを以下に示します。aic は名前空間です。cstyleとは?組み込みの XSLT 要素/関数ですか? または、予想される入力 xml 内の要素ですか?
<xsl:stylesheet exclude-result-prefixes="aic"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:aic="http://ns.adobe.com/AdobeInCopy/2.0/" >
<xsl:template match="/">
</xsl:template>
<xsl:template match="aic:cstyle[contains(@name,'bold')]">
</xsl:template>
</xsl:stylesheet>