diff --git a/convertxml/js_convertxml.cpp b/convertxml/js_convertxml.cpp index 00eb25d..f81373d 100755 --- a/convertxml/js_convertxml.cpp +++ b/convertxml/js_convertxml.cpp @@ -315,6 +315,7 @@ namespace OHOS::Xml { Replace(strXml, "\\r", "\r"); Replace(strXml, "\\n", "\n"); Replace(strXml, "\\v", "\v"); + Replace(strXml, "\\t", "\t"); Replace(strXml, "]]>