SourceForge.net wrote:
Bugs item #1437307, was opened at 2006-02-23 10:58

Submitted By: Bjarke Viksøe (bviksoe)
Assigned to: Nobody/Anonymous (nobody)
Summary: HTML parser and script start tags

Initial Comment:
Something broke in the latest version of the HTML parser with regards to embedded scripts.
The following PHP code fails to syntax properly:

<?php
   function parseOrderConfigAnswer($xml)
   {
      /*$xml = "<?xml version=\"1.0\" encoding=\"ISO-
8859-1\" ?>";*/
      $this->Clear();
   }

The problems begins at the <?xml... part possibly because the lexer things a new script-block starts.

Was this a release (like 1.67), or with a current CVS version?

With a CVS build from today, I have not trouble with your fragment - this is including uncommenting the $xml = ...

Robert Roessler
[EMAIL PROTECTED]
http://www.rftp.com
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to