Schema validation found non-datatype errors

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

posted @ 2014-06-12 11:16  Jason.Bird  阅读(188)  评论(0编辑  收藏  举报