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
David Quetzalcoatl
NA
40
9k
How to generate xml with prefix namespace? C#
Jul 23 2015 10:44 AM
I want to generate the code is as follows
<b:library xmlns:b="http://www.library/.com/library">
<b:book>
<b:idbook>220</b:idbook>
<b:title>Name book</b:title>
<b:pages>213</b:pages>
<chapter xmls="http://www.chapters/.com/chapters">
<title>Introducción</title>
</chapter>
</b:book>
</b:library>
Reply
Answers (
3
)
DrawLine in PDF using ItextSharp
How to convert the format => dd/mm/yyyy (20/12/2015)