A greater than sign inside an attribute passed to an XMLSub will cause an
error. This happens even if the greater than sign is enclosed in quotes. I
would think that the parser should be able to distinguish a > inside
quotes from the > that ends the XML tag.
This works:
<s:link href="author.asp">[Edit Author]</s:link>
This does not work:
<s:link href="author.asp" test=">">[Edit Author]</s:link>
BTW, is the following syntax allowed (using <%= %> inside an attribute of
an XMLSub)?
<s:link href="<%=$ENV{SCRIPT_URL}%>">Test</s:link>
(Apache::ASP version 2.21)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]