Changes
Upload User: dangjiwu
Upload Date: 2013-07-19
Package Size: 42019k
Code Size: 1k
Category:

Symbian

Development Platform:

Visual C++

  1. The /source/rnxmllib/expat repository was last synced with Mozilla's
  2. On December 15th 1999 at 5:00 PM.
  3. RealNetworks has made the following changes:
  4. Change Log:
  5. 12/15/1999
  6. We created a "loose" mode the parser can run in.  When the parser is set
  7. to use this "loose" mode, it will allow ampersands (&) in attribute.
  8. This involved creating two new API functions to set up the parser, and
  9. modifing the parameter list of the many of the scanning functions.
  10. These changes are all ifdefed.  Compiling expat with RNXML_STRICT_FLAG
  11. activates these new changes.
  12. Modifications were made by, Josh Hug
  13. 3/27/2000
  14. We backed out the loose mode changes, so the code is closer to the expat
  15. source.
  16. I also checked in diffs that we are going of our error handling changes
  17. that can be put on our web stite to fullfill our legal requirements. 
  18. Josh Hug