|
|
Latest XML stories
|
|
submitted by
kalyanms1
9 days, 4 hours ago
techbubbles.com — This post explains how to apply XML Schema Definition Language(XSD) to Extensible Markup Language (XML) document. Basics of XSD.
Create an XML Document
read more...
add a comment
|
category: XML | Views: 1
|
|
tags:
XML | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
kalyanms1
9 days, 7 hours ago
techbubbles.com — This post gives a basic overview of XML Schema and how to use in development. XML schema describes what XML document contains and content of the XML document what fields and sub elements it can contain.
Standards for Describing XML Document
read more...
add a comment
|
category: XML | Views: 3
|
|
tags:
XML | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
wisemx
12 days, 7 hours ago
blogs.msdn.com — So I finally got a chance to update XamlpadX and heres the new version.
Whats new.
The UI has been revamped to give the Blend sorta look.
Menus have been rearranged to maximize the space.
New addins: Clipboard viewer - which works well for analyzing rtf/xaml ... Path Designer/Jasema (thanks to Marlon)
Snapshot utility to take snapshots and save the xaml rendering
Syntax highlighting and collapsing (thanks to the editor control from SharpDevelop project)
Error logs - left bottom corner has a link to the stack trace when there is an error
Error light - editor has a red/green box at the bottom right corner
Bug fixes/code restructuring read more...
add a comment
|
category: XML | Views: 14
|
|
tags:
XML | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
coolcode
12 days, 19 hours ago
programming.top54u.com — XMLNamespaceManager to read rss feed nodes with prefixes for example media: prefix for yahoo media namespace in video rss feeds. read more...
add a comment
|
category: XML | Views: 7
|
|
tags:
XML | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dever
15 days, 6 hours ago
seattlesoftware.wordpress.com — Have you ever wanted to represent an Exception as XML data? If you've tried, you know that XmlSerializer won't do it. It can still be done, however, without much work, and without having to implement some tricky workaround. read more...
add a comment
|
category: XML | Views: 8
|
|
tags:
XML | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rickard
19 days, 13 hours ago
donxml.com — DonXML is providing an XPath testing tool integrated with Visual Studio 2005 and a port ot Visual Studio 2008 is also available in the comments. Works great! read more...
add a comment
|
category: XML | Views: 3
|
|
tags:
XML | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
wisemx
23 days, 6 hours ago
blogs.msdn.com — A few months ago we added the XML Schema Explorer to the SP1 Beta release and are happy to announce that this week we've shipped with the .NET Framework 3.5 SP1 and Visual Studio 2008 SP1 RTM release.
As previously stated, the XML Schema Explorer illustrates our initial thinking about the future of XSD tools from Microsoft. Over the next few months we'll be communicating our additional tools plans for XSD, including when you'll be able to get your hands on upcoming bits.
Please send us your comments, questions, and suggestions via the XML and the .NET Framework forum on MSDN here.
Thanks,
Tim Laverty
Program Manager, XML Tools read more...
add a comment
|
category: XML | Views: 7
|
|
tags:
XML | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
52coding
26 days, 12 hours ago
52coding.com — SAX is the Simple API for XML, originally a Java-only API. SAX was the first widely adopted API for XML in Java, and is a de facto standard. Read more about it on the website of the SAX project. SAX for .NET is the port of SAX to C#. Read more about the differences between the Java version of SAX and the C# version by visiting the differences section read more...
add a comment
|
category: XML | Views: 4
|
|
tags:
XML | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month ago, submitted by
Sanjeevana
1 month ago
weblogs.asp.net — This is part 2 of my series for ASP.NET AJAX and JQuery comparison. You can read part 1 here. In my last 2 articles (Dynamically create ASP.NET user control using ASP.NET Ajax and Web Service and Dynamically create ASP.NET user control using JQuery and JSON enabled Ajax Web Service), I explained how to access JSON data from ASP.NET AJAX script service using ASP.NET AJAX client side framework and JQuery. In this post I will compare response/ request for these two implementations. read more...
add a comment
|
category: ASP.NET | Views: 279
|
|
tags:
WebServices, .Net, XML, Tips, JSON | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
jacook11
1 month, 22 days ago
blog.madskristensen.dk — Imaging a visitor that enters his website URL into a textbox and when he clicks the submit button, you are able to retrieve all kinds of information from the guy. His name, company info, online profiles, interests etc. all this from just a URL. It’s actually pretty easy if the website contains information about FOAF, APML or SIOC documents. read more...
add a comment
|
category: XML | Views: 1
|
|
tags:
XML | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dotnetfunda
1 month, 23 days ago
dotnetfunda.com — In this article, I am going to show how to Serialize and DeSerialize an object (can be a collection object or an object) into XML format using ASP.NET System.Xml.Serialization.XmlSerializer class. read more...
add a comment
|
category: ASP.NET | Views: 11
|
|
tags:
serialize, deserialize, ASP.NET, XML | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 23 days ago, submitted by
sidarok
1 month, 23 days ago
sidarok.com — MEF doesn't support POCO injection and XML Configuration off the shelf. Sidar implements an XML congiguration binding mechanism on top of MEF, and the article gives an insight about what to expect from MEF Extensibility models in detail. read more...
add a comment
|
category: C# | Views: 74
|
|
tags:
Injection, Dependency, XML, Mapping, Binder | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
simorgh
1 month, 25 days ago
openpractice.blogspot.com — Good news for XML developers; Protocol Buffer is a data format has been in development at Google since 2001. Well Google said it has many advantages over XML.It could be 3 to 10 times smaller and 20 to 100 times faster than XML for serializing structured data. read more...
add a comment
|
category: XML | Views: 22
|
|
tags:
Google, XML | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
You are the editor:
What else?
|