PDA

View Full Version : Problem with first character of attribute



haimn100
12-17-2009, 05:53 AM
Hi.

Im using the latest release of sgml dll . and after parsing an html document i got an error when trying to load the parsed document to a XPathDocument class.
Apparently it found an attribute with the '!' character as the first character in the attribute name.

Sample : <select name="s" !onchange="LoadLevel2('SearchForm.iNumber1','SearchForm.iNumb er2');">

Is it a known issue ?
Can somebody point me to the direction of the source code to fix this ?

SteveB
12-21-2009, 04:47 PM
You can find the source at: http://viewvc.mindtouch.com/public/sgmlreader/trunk/

Please make sure you're using the latest version (1.8.5). If the issue is still present, file a bug with a patch (optionally) so that we can get it fixed in the public tree. Thanks!