apologies. I missed a previous email in the thread. I didn't realize the choice was between lt and &lt.
Ian


I also don't think we should use lt, gt, ... instead of ==, > for operators,
both XSLT and MSBuild use similar operators ... so I don't see why we should
be different ...



not so. From the xslt spec:


NOTE: When an XPath expression occurs in an XML document, any < and <= operators must be quoted according to XML 1.0 rules by using, for example, &lt; and &lt;=. In the following example the value of the test attribute is an XPath expression: <xsl:if test="@value &lt; 10">...</xsl:if>





------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to