Schema validation found non-datatype errors

蒋典
2023-12-01

Private Sub UpdateClaim(ByVal Status As String, ByVal Request As String)
 
'======================
' Import the cliam form
'======================
'
Dim xmlClaimForm As New Xml.XmlDocument
xmlClaimForm.Load(workflowProperties.Item.File.OpenBinaryStream)
 
'================================
' Preserve white space to
' stop schema validation errors!!
'================================
'
xmlClaimForm.PreserveWhitespace = True

转载于:https://www.cnblogs.com/hqbird/p/3783541.html

 类似资料:

相关阅读

相关文章

相关问答