0

私は私のxmlの以下のピースを持っています。

<para>As set out in paragraph 2.006 above it is also possible that a Hong Kong Court may appoint an overseas liquidator to act in a Hong Kong liquidation provided that the court is satisfied as to his suitability to act. </para>

ここで、「。」の前にスペースがあるかどうかを確認したい。2 (「.」の前の 2 桁) の前に、以下のステートメントを使用して取得しますが、取得できませんが、機能していません。これを変更する方法を教えてください。

 <xsl:if test=" contains(substring-before(substring(current(),2,1),'.'),' ')"/>

ありがとう

4

1 に答える 1