Searched refs:EncodeXML (Results 1 – 1 of 1) sorted by relevance
3039 out.WriteLine "<document location=""" & EncodeXML(aAnalysis.name) & """"3049 out.WriteLine " based-on-template=""" & EncodeXML(aAnalysis.Template) & """"3110 out.WriteLine " name=""" & EncodeXML(strAttributes) & """"3117 out.WriteLine " description=""" & EncodeXML(strAttributes) & """"3213 …out.WriteLine "<note index=""" & attStr & """ value=""" & EncodeXML(myIssue.Values(index)) & """ /…3215 …out.WriteLine "<property name=""" & EncodeXML(myIssue.Attributes(index)) & """ value=""" & EncodeX…3308 Private Function EncodeXML(Str As String) As String function3330 EncodeXML = Str
Completed in 35 milliseconds