Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.41K
~94 People Reached
Favorite Forums
Favorite Tags
Member Avatar for MikeLI

[COLOR=black]Hi All, I have a function. It creates an XML element with namespace "pre":[/COLOR] [COLOR=#101010] [/COLOR][COLOR=blue][code] [COLOR=blue]Function[/COLOR][COLOR=#101010] newElement([/COLOR][COLOR=blue]ByVal[/COLOR][COLOR=#101010] doc [/COLOR][COLOR=blue]As[/COLOR][COLOR=#101010] XmlDocument, _[/COLOR] [COLOR=blue] ByVal [/COLOR][COLOR=blue]Name [/COLOR][COLOR=blue]As String[/COLOR][COLOR=#101010], _[/COLOR] [COLOR=blue] Optional ByVal[/COLOR][COLOR=#101010] text [/COLOR][COLOR=blue]As String[/COLOR][COLOR=#101010] = [/COLOR][COLOR=blue]Nothing[/COLOR][COLOR=#101010], _[/COLOR] [COLOR=blue] Optional ByVal[/COLOR][COLOR=#101010] pre [/COLOR][COLOR=blue]As String[/COLOR][COLOR=#101010] = [/COLOR][COLOR=blue]Nothing[/COLOR][COLOR=#101010]) [/COLOR][COLOR=blue]As[/COLOR][COLOR=#101010] XmlElement[/COLOR] [COLOR=blue] Dim[/COLOR][COLOR=#101010] xmlEl …

Member Avatar for yong9900
0
94