manipulate text as xml format

Hello,
I have string contains xml format, how can I read this value with xml command
e.g:
dim strxml as string
strxml = "<test1>1</test1><test2>2</test>2</test2>"

how can reas test2 tag value? please.

[248 byte] By [Romantic_touch] at [2007-12-17]
# 2
Thank You all
I found the solution

dim x as xmldocument
x.loadxml("<test1>1</test><test2>2</test2>")
now u can manipulate x as xml document

Romantic_touch at 2007-9-8 > top of Msdn Tech,.NET Development,XML and the .NET Framework...
# 3
Thanks.
lx1973 at 2007-9-8 > top of Msdn Tech,.NET Development,XML and the .NET Framework...

.NET Development

Site Classified