Bugs item #1437307, was opened at 2006-02-23 10:58
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1437307&group_id=2439
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
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.
regards
bjarke
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1437307&group_id=2439
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest