Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Thursday, August 28, 2008

Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > Visual Basic.Net > VB.Net and XML
Search:
What's New - What's Hot


Getting Started with XML Web Services in Visual Basic.NET and Visual C#        
Total Hits: 125  |  Today: 0 Author: Rob Caron       Rating:  
Read Reviews | Write Review |   Your Rating: 

Microsoft® Visual Studio® .NET and XML Web services provide a simple, flexible, standards-based model that allows developers to assemble applications regardless of the platform, programming language, or object model. This article will help you get started creating and accessing XML Web services with Visual Basic .NET and Visual C#....

Tool to Transform an XML file using XSL/XSLT into HTML/XML file        
Total Hits: 127  |  Today: 0 Author: Anusha       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article explains how to write a simple exe which helps you to transform an xml file using an xsl/xslt style sheet into a HTML or XML file. It also includes the sample code....

XML Documentation and IntelliSence for Class Libraries in VB.NET        
Total Hits: 17  |  Today: 0 Author: Paul Nichols       Rating:  
Read Reviews | Write Review |   Your Rating: 

As a VB developer one thing that I've been wondering how to achieve is providing my assemblies with a more professional look by adding summaries, descriptions, help and remarks to the classes, members and parameters. This help is often seen when using commercial assemblies both in the Object Browser and programmatically as you hover over a member shown in your IntelliSence list. Very regularly we must all think, OK what exactly does this parameter mean and even more importantly what does the met...

Give Your Web Services Consumers the Exact XML They Need to Succeed        
Total Hits: 23  |  Today: 0 Author: Chris Dix       Rating:  
Read Reviews | Write Review |   Your Rating: 

Web services are first and foremost about messages. No matter what platform you are using, what industry you are building services for, or what levels of complexity are available in your Web services stack, it all comes back to messages. When you are developing services or their corresponding clients, you are creating, transporting, and processing XML messages. Because tools try to make that process easy, sometimes you might (conveniently) forget what it's really all about.
No matter how good...

XML File Parsing in VB.NET        
Total Hits: 117  |  Today: 0 Author: Pratik Desai       Rating:  
Read Reviews | Write Review |   Your Rating: 

Parsing XML files has always been time consuming and sometimes tricky. .NET framework provides powerful new ways of parsing XML. The various techniques know to parse xml files with .NET framework are using XmlTextReader, XmlDocument, XmlSerializer, DataSet and XpathDocument. I will explore the XmlTextReader and XmlDocument approach here....

XML Pathfinder: a Visual Basic Utility        
Total Hits: 15  |  Today: 0 Author: salysle       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article discusses the construction of a simple utility that may be used to locate and evaluate paths within an XML document, and to test queries against those paths. The application allows the user to open an XML document into a TreeView control for easy viewing of the structure. The user may right click on any node within the TreeView to expose a context menu that will allow the user to copy the current path to that node. The user may then open a test window up and paste the copied path in...

Making Google XML SiteMaps From Files        
Total Hits: 22  |  Today: 0 Author: Hamed_ji       Rating:  
Read Reviews | Write Review |   Your Rating: 

This application can make XML files for the Google sitemap. You need to only get the path of your web site and the URL of the site, and then save the XML file where you want....

Validating Data Using Regular Expression / XML        
Total Hits: 70  |  Today: 0 Author: Vasant Raj       Rating:  
Read Reviews | Write Review |   Your Rating: 

Regular expressions are the best and the easiest way to do data validation. If you want to check for a valid date, then programming for it will be very complicated. A simple solution is to create a regular expression for what you need, and compare the input with the expression itself. Regular expressions are very powerful as they can reduce the size of the code and are also easy to understand....

RegEx feed parser for RSS, Atom, OPML ...        
Total Hits: 41  |  Today: 0 Author: drdigit       Rating:  
Read Reviews | Write Review |   Your Rating: 

The major task for coders who deal with syndication is to write XML parsers. There are so many implementations with a variety of different approaches and methodologies thus we can assume that this topic is covered. Unfortunately it's not. Different formats with different versions are becoming a nightmare as it's obvious that we will have to rewrite, expand or upgrade our parsers in the future. Let's try to solve the case for life (hopefully). We will approach the feeds in a way that is independe...

WBXML Parser        
Total Hits: 31  |  Today: 0 Author: Dazzar.       Rating:  
Read Reviews | Write Review |   Your Rating: 

When browsing the web using your mobile phone, it will generally be receiving web content in a format called WML (Wireless Markup Language). This is a derivative of XML, specific to wireless devices. It displays content in a manner suitable for the small screen on a mobile phone. When these WML pages are sent from the network to the phone, the pages are compressed to reduce the number of bytes required for transmission (and hence the cost of the download to the customer) and also to generally sp...

Extending XSLT with JScript, C#, and Visual Basic .NET        
Total Hits: 93  |  Today: 0 Author: Aaron Skonnard       Rating:  
Read Reviews | Write Review |   Your Rating: 

X
SL Transformations (XSLT) is known for making hard things easy and easy things hard. It can simplify complex transformation logic that would be extremely tedious to implement otherwise. But at the same time, XSLT's functional programming model can sometimes make it extremely difficult to perform trivial business logic. Often extending XSLT with traditional languages like VBScript, JScript®, or any Microsoft® .NET-supported language can offer the best of both worlds (for an introduction to ...

BizTalk Server 2000: Architecture and Tools for Trading Partner Integration        
Total Hits: 97  |  Today: 0 Author: Aaron Skonnard and Bob Laskey       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article provides an overview of the concepts involved with implementing a trading partner integration system on BizTalk Server 2000 and details the document interchange server architecture and toolset. Additionally, an early look was taken at some business process integration features planned for the production release of the product that allow easy design, execution and sharing of new business processes with trading partners. The concepts and architecture presented allow companies to prepa...

XML TreeView in VB.NET        
Total Hits: 821  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

Author goal was to be able to reflect any Xml file into the Windows Forms TreeView control. I found various examples online, but none I found were suited for opening all Xml files, rather they were suited to one schema or another...

HOW TO: Modify XML Data by Using DOM in .NET Framework with Visual Basic .NET (Q317665)        
Total Hits: 3035  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

This step-by-step article describes how to use the System.Xml.XmlDocument class and the related classes to programmatically modify Extensible Markup Language (XML) documents....

HOW TO: Load and Save XML by Using DOM in .NET Framework with Visual Basic .NET (Q317661)        
Total Hits: 1711  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

Use this step-by-step guide to learn how to programmatically load and save Extensible Markup Language (XML) documents by using the System.Xml.XmlDocument class. This class is compliant with the World Wide Web Consortium Document Object Model (DOM) Level 1 and Level 2 core standards. Furthermore, System.Xml.XmlDocument implements the core XML DOM parser in Microsoft .NET Framework....

HOW TO: Create a Key Element for an XML Schema (Q317688)        
Total Hits: 291  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

Use this step-by-step guide to programmatically add a key element to an existing Extensible Markup Language (XML) schema....

HOW TO: Validate XML Fragments Against an XML Schema in Visual Basic .NET (Q317463)        
Total Hits: 1075  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

This step-by-step article describes how to use XmlValidatingReader and XMLSchemaCollection objects to validate an Extensible Markup Language (XML) fragment against an XML schema....

HOW TO: Transfer XML Data to Microsoft Excel 2002 Using Visual Basic .NET (Q307021)        
Total Hits: 276  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

Excel 2002 introduces functionality for opening files in the Extensible Markup Language (XML) format. An XML file that is well-formed can be opened directly in Excel 2002 by using either the user interface or code....

HOW TO: Use the AddSort Method of the XPathExpression Object in Visual Basic .NET        
Total Hits: 661  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

This step-by-step article demonstrates how to use the AddSort method of the System.Xml.XPath.XPathExpression class to sort the results of an XML Path Language (XPath) query that is based on a specified element or attribute....

HOW TO: Implement and Use Custom Extension Functions When You Execute XPath Queries in Visual Basic .NET        
Total Hits: 171  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

Non-standard user-defined functions that are used in XPath query expressions are referred to as XPath extension functions. You might want to implement a custom XPath extension function when the standard XPath functions do not address a specific requirement. The Microsoft .NET Framework provides interfaces that you can use to implement and to use custom extension functions and user-defined variables in XPath expressions that are used to execute XPath queries in .NET applications. The XsltContext ...


1  2  3  4  5  6  Next >> 

DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net