Changeset 229 for trunk/src/helpers/xml.c
- Timestamp:
- Nov 24, 2002, 9:45:05 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/xml.c
r222 r229 3103 3103 *@@ ESCAPES: 3104 3104 * 3105 *@@added V 0.9.21(2002-08-21) [umoeller]3105 *@@added V1.0.0 (2002-08-21) [umoeller] 3106 3106 */ 3107 3107 … … 3124 3124 *@@ DoEscapes: 3125 3125 * 3126 *@@added V 0.9.21(2002-08-21) [umoeller]3126 *@@added V1.0.0 (2002-08-21) [umoeller] 3127 3127 */ 3128 3128 … … 3185 3185 * 3186 3186 *@@added V0.9.12 (2001-05-21) [umoeller] 3187 *@@changed V 0.9.21(2002-08-21) [umoeller]: changed prototype, fixed unescaped characters in attributes and content3187 *@@changed V1.0.0 (2002-08-21) [umoeller]: changed prototype, fixed unescaped characters in attributes and content 3188 3188 */ 3189 3189 … … 3227 3227 // copy attribute value to temp buffer first 3228 3228 // so we can escape quotes and ampersands 3229 // V 0.9.21(2002-08-21) [umoeller]3229 // V1.0.0 (2002-08-21) [umoeller] 3230 3230 xstrcpys(&pEscapes->strTemp, pAttribNode->pstrNodeValue); 3231 3231 … … 3270 3270 pChildNode->pstrNodeValue); 3271 3271 3272 DoEscapes(pEscapes, // V 0.9.21(2002-08-21) [umoeller]3272 DoEscapes(pEscapes, // V1.0.0 (2002-08-21) [umoeller] 3273 3273 FALSE); // quotes not 3274 3274
Note:
See TracChangeset
for help on using the changeset viewer.