Ignore:
Timestamp:
2008-10-15T17:21:15+13:00 (16 years ago)
Author:
mdewsnip
Message:

Moved the xml_safe() function from gtiaction into gsdltools, so it can be used by other classes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/common-src/src/lib/gsdltools.h

    r16895 r17545  
    5252inline text_t dm_js_safe (const text_t &instring) {text_t outstring; dm_js_safe(instring, outstring); return outstring;}
    5353
     54// Convert '&' to "&amp;", '<' to "&lt;", and '>' to "&gt;"
     55text_t xml_safe(const text_t &text_string);
     56
    5457// gsdl_system creates a new process for the cmd command (which
    5558// may contain arguments).
Note: See TracChangeset for help on using the changeset viewer.