xsl-list
[Top] [All Lists]

RE: "--" question

2003-04-04 08:06:20
the result of:
      if( stMarcador == "--START-VALUE--" )
Is
      if( stMarcador == "- -START-VALUE- -" )


This is because "--" is not allowed to appear in an XML comment, and
putting a space in is the recommended recovery action.

I'm not quite sure what to suggest you should do about it, though!

Not relevant to your problem, but you shouldn't be using
disable-output-escaping. Presumably if you have chosen method="xml", you
want the XML to be well formed, and your use of d-o-e might create
ill-formed XML.

Michael Kay
Software AG
home: Michael(_dot_)H(_dot_)Kay(_at_)ntlworld(_dot_)com
work: Michael(_dot_)Kay(_at_)softwareag(_dot_)com 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>