Dear All,
I am writing a schematron validation in which I want to find all
untagged content. Suppose Figure 1 is there, it should be tagged as
<p>...................... <figure id="F1">Figure 1</figure>
.....................</p>. If not I should raise an error.
When i use the following expression it is showing the tagged one also.
<assert test="not(contains(.,' Figure'))">
In perl we will write this as [^>]Figure. Please let me know how to
achieve this in XSLT 2.0.
Regards,
Ganesh
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--