Hi,
In the following xsl,
<xsl:choose>
<xsl:when test="page[readOnly='']">
<!-- turn the page to edit mode -->
</xsl:when>
<xsl:otherwise>
<!-- turn the page to read only -->
</xsl:otherwise>
</xsl:choose>
The problem is that sometimes element readOnly doesn't...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.