Home | History | Annotate | Download | only in libxml2

Lines Matching full:escaped

719 		xmlChar *escaped;
725 * the < and > have already been escaped at the entity level
728 escaped = xmlURIEscapeStr(tmp, BAD_CAST"@/:=?;#%&,+<>");
729 if (escaped != NULL) {
730 xmlBufWriteQuotedString(buf->buffer, escaped);
731 xmlFree(escaped);