Code:
Dim myString = "Hello World"
Dim myXMLElement = <MyXMLNode attribute="1">This is formatted Text.
Print these lines separatley.
Ensure whitespace is also maintained.
<%= myString %>
</MyLMXNode>
"By default, because this is just an XML node and not a full document, Visual Basic infers that you are defining an XMLElement and will define the
mXMLElement variable as an instance of the class....."
There is no mXMLElement variable. I can only assume they mean MyXMLElement
Did anyone attempt to read this book before it was published?