Sign in
|
Help
Martin Honnen's blog
This Blog
Home
Contact
Syndication
RSS for Posts
Atom
RSS for Comments
Search
Go
Tags
.NET 4.0
Contravariance
Covariance
DOM
Except
grouping
IEqualityComparer<T>
JavaScript
LINQ to XML
MSXML
namespaces
System.Xml
Visual Studio 2010
W3C DOM
XML
XSLT 2.0
Community
Home
Blogs
Media
Groups
Email Notifications
Go
Archives
November 2009 (2)
June 2009 (1)
May 2009 (2)
April 2009 (2)
Browse by Tags
All Tags
»
W3C DOM
(
RSS
)
JavaScript
namespaces
XML
Mon, Apr 13 2009 10:37
Creating XML with namespaces with JavaScript and the W3C DOM
Let's assume you want to create the following XML document with JavaScript and the W3C DOM API : < root xmlns = " http://example.com/ns1 " > < foo > < bar > foobar </ bar > </ foo > </ root > The key to...
Posted by
Martin Honnen
|
2 comment(s)
Filed under:
JavaScript
,
XML
,
W3C DOM
,
namespaces