You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/11/08 16:52:09 UTC

DO NOT REPLY [Bug 4721] - Programmer's assertion in getNextStepPos: unknown stepType: -1

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4721>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4721

Programmer's assertion in getNextStepPos: unknown stepType: -1





------- Additional Comments From keshlam@us.ibm.com  2001-11-08 07:52 -------
Have you tried replacing &gt; with '&gt;'? If 'a' needs to be quoted to be 
recognized as a literal, I would expect '>' would requre that too.

(Side comment: Note that in most places, the '>' character can simply be typed 
as itself; it doesn't generally cause XML the same confusion that '<' does. &gt; 
is more a stylistic convenience than anything else.)