Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Complex namespace in XML
Message
From
06/05/2011 09:49:56
 
 
To
05/05/2011 19:44:50
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01509763
Message ID:
01509816
Views:
28
The addition of this method does it:
        ' Write an attribute
        ' expC1 Name
        ' expC2 Value
        Public Function WriteAttributeString(ByVal tcName As String, ByVal tcValue As String) As Boolean

            ' Write the attribute
            oXmlTextWriter.WriteAttributeString(tcName, tcValue)

            Return True
        End Function
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform