TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
shaun ramsumar
NA
1
0
encoding in XmlTextWriter ???
Jan 20 2010 6:51 AM
Hi
I am using XmlTextWriter to create an xml document.
Dim writer As New XmlTextWriter ("C:\test.xml", Encoding.UTF8)
The xml file has the following header...
<?
xml
version
="
1.0
"
encoding
="
utf-8
"
?>
Can someone show me please how to get the the encoding utf in capital letters...encoding="UTF-8"
Regards
Shaun
Reply
Answers (
0
)
Create XML Element with Prefix
Validating login credentials against XML