-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Factor-out XML escaping routines into a separate file (xml_escape.c) …
…from xml.c. This makes it more readable, understandable, and helps us to keep the abstraction cleaner. * subversion/libsvn_subr/xml.c (svn_xml_is_xml_safe, xml_escape_cdata xml_escape_attr svn_xml_escape_cdata_stringbuf svn_xml_escape_cdata_string svn_xml_escape_cdata_cstring svn_xml_escape_attr_stringbuf svn_xml_escape_attr_string svn_xml_escape_attr_cstring svn_xml_fuzzy_escape): Moved to xml_escape.c. * subversion/libsvn_subr/xml_escape.c: The file has been copied from xml.c, and the most of its content is about to cut, leaving only mandatory functions. We do so in order to keep the file's SVN history. (svn_xml_is_xml_safe, xml_escape_cdata xml_escape_attr svn_xml_escape_cdata_stringbuf svn_xml_escape_cdata_string svn_xml_escape_cdata_cstring svn_xml_escape_attr_stringbuf svn_xml_escape_attr_string svn_xml_escape_attr_cstring svn_xml_fuzzy_escape): Keeping these functions here. git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1922621 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information
Showing
2 changed files
with
277 additions
and
247 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.