.NET - AML - Any Markup Language DOM - CodeCanyon
AML Any Markup Language DOM his title this type of .NET/CommunicationTools This time I will review,made by psalaciak, .NET/CommunicationTools is sold at a price of $5 in CodeCanyon.Created | 29 January 11 |
Last Update | 31 January 11 |
Compatible Browsers | IE6, IE7, IE8, Firefox, Safari, Opera, Chrome 4, Chrome 5 |
Software Version | .Net 2.0, .Net 3.0, .Net 3.5, .Net 3.7, .Net 4.0 |
Files Included | C# CS |
AML stands for Any Markup Language – it’s purpose is to aggregate XML DOM and HTML DOM functionality, leaving XML restrictive document treatment and replacing it with smooth use of HTML . You can use AML with any website’s HTML or XML data – wheter it’s well formated or not. It could even fail validation at all and You’ll still have an access to document’s nodes in a way You’re already familiar with. You do not need to use .Net’s restrictive XmlDocument parser or WebBrowser user control anymore, which consumes a huge amount of memory. Instead of this You get an AML , a light, quick and convenient way to navigate through Your documents.
When would You need to use AML ?
1. If You are trying to retrieve some online content, eg. current weather from some weather forecast provider website and You need to do it programatically.
2. When you’re dealing with a really badly formatted XML and You’re unable to do anything about it’s source (because of buggy XML provider’s interface)
No comments:
Post a Comment