非數(shù)據(jù)庫實現(xiàn)數(shù)據(jù)對象的實例及說明
作者: 來源: 發(fā)布時間:2011-6-15 15:23:37 點擊:
"""]")
If oXmlSubNode Is Nothing Then
oXmlRoot.appendChild oXmlNode
Else
oXmlRoot.replaceChild oXmlNode, oXmlSubNode
End If
DocumentSaveToXml = True
End Function
%>
If oXmlSubNode Is Nothing Then
oXmlRoot.appendChild oXmlNode
Else
oXmlRoot.replaceChild oXmlNode, oXmlSubNode
End If
DocumentSaveToXml = True
End Function
%>
[收藏此文章]