Ignore:
Timestamp:
Nov 24, 2002, 9:45:05 PM (23 years ago)
Author:
umoeller
Message:

Sources as of 1.0.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/xml.c

    r222 r229  
    31033103 *@@ ESCAPES:
    31043104 *
    3105  *@@added V0.9.21 (2002-08-21) [umoeller]
     3105 *@@added V1.0.0 (2002-08-21) [umoeller]
    31063106 */
    31073107
     
    31243124 *@@ DoEscapes:
    31253125 *
    3126  *@@added V0.9.21 (2002-08-21) [umoeller]
     3126 *@@added V1.0.0 (2002-08-21) [umoeller]
    31273127 */
    31283128
     
    31853185 *
    31863186 *@@added V0.9.12 (2001-05-21) [umoeller]
    3187  *@@changed V0.9.21 (2002-08-21) [umoeller]: changed prototype, fixed unescaped characters in attributes and content
     3187 *@@changed V1.0.0 (2002-08-21) [umoeller]: changed prototype, fixed unescaped characters in attributes and content
    31883188 */
    31893189
     
    32273227                    // copy attribute value to temp buffer first
    32283228                    // so we can escape quotes and ampersands
    3229                     // V0.9.21 (2002-08-21) [umoeller]
     3229                    // V1.0.0 (2002-08-21) [umoeller]
    32303230                    xstrcpys(&pEscapes->strTemp, pAttribNode->pstrNodeValue);
    32313231
     
    32703270                         pChildNode->pstrNodeValue);
    32713271
    3272                 DoEscapes(pEscapes,         // V0.9.21 (2002-08-21) [umoeller]
     3272                DoEscapes(pEscapes,         // V1.0.0 (2002-08-21) [umoeller]
    32733273                          FALSE);           // quotes not
    32743274
Note: See TracChangeset for help on using the changeset viewer.