Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コンテンツは XML ではないため、XSLT や XPath などの XML ツールを使用して問題を解決しようとすると、失敗する運命にあります。awk や Perl などの正規表現アプローチを使用します。ただし、どのように一致させるかはすぐにはわかりません
<a href="" sometext"">
合わせもせずに
<a href="" sometext="">
そのため、解析しようとしているこの構文についてもう少し知る必要があります。