ID: 15471 Updated by: [EMAIL PROTECTED] -Summary: XML parser do not let use '<' in any attribute inside XML file Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: XML related Operating System: Windows XP PHP Version: 4.1.0 New Comment:
You should use < instead of <. Previous Comments: ------------------------------------------------------------------------ [2002-02-09 16:22:30] [EMAIL PROTECTED] What did you expect? According to the XML-Specs, a XML-Document is not wellformed with a < in the attribute value. Use < if you want to use a <. chregu ------------------------------------------------------------------------ [2002-02-09 16:15:52] [EMAIL PROTECTED] XML parser do not let use '<' in any attribute inside XML file. Example: <elem attribute="<9" /> in this case, the parser send the message "not well-formed" (invalid token) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=15471&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php