Articles   Dev Forums   Personalize   Favorites   Member Login   ASP Hosting      Active Users:  65
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Thursday, May 15, 2008
Home
Articles & Samples
ASP Hosting
Dev Search
Dev Forum
Add Your Articles
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

ESET
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts


Home > Search > Applications > XML
Search
DevASP

What's New
What's Hot
Listings for Document Management Document Management (2)
Listings for Editors Editors (10)
Listings for Miscellaneous Miscellaneous (11)
Listings for Validation Validation (2)
Listings for XML Parsers XML Parsers (1)
 


Extensible Markup Language (XML)       
Total Hits: 221  |  Today: 0 Author: http://www.startvbdotnet.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

The markup language most widely used today is undoubtedly Hyper Text Markup Language (HTML), which is used to create Webpages. A Markup language describes the structure of the document. HTML is based on Standard Generalized Markup Language (SGML), which is an application of SGML. Webpages designed using HTML are designed using HTML predefined tags. These days, as Internet is used widely as general form of communication and as transferring data over the Internet is becoming more intensive and han...

Convert any Table into XML format & view it using XSL       
Total Hits: 392  |  Today: 0 Author: 'Anil' Radhakrishna       Rating:  
Read Reviews | Write Review |              Your Rating: 

This application allows you to convert a Recordset derived from a Table of any ADO and OLE-DB complaint Database into XML format and you can additionally view it using XSL. I have tested it out with Access and SQL Server but it should work fine with other Database Management Systems. It is more generic than an existing Microsoft KB article - Q281099: HOWTO: Use Active Server Pages to Dynamically Generate XML and also differs code-wise. The user has to specify a DSN-less Connection string and a T...

Xselerator XSLT Editor       
Total Hits: 679  |  Today: 0 Author: Martin Rowlinson (aka Marrow)       Rating:  
Read Reviews | Write Review |              Your Rating: 

The leading XML/XSLT Editor and Integrated Development Environment. Need an XSLT editor which has element and attribute Intellisense? How about automatic tag completion? The XPath query analyzer tests XPath queries to see the resulting node sets and the debugger has full stepping capability and breakpoints on both XSLT and input XML. You can also view the template call stack during transformations. Don't use MSXML? Xselerator also uses alternative command line transformation engines (e.g...

Exchanger XML Editor   Version: 3.0       Price: $98.00 / Free Trial   
Total Hits: 643  |  Today: 0 Author: Cladonia Ltd.       Rating:  
Read Reviews | Write Review |              Your Rating: 

The Exchanger XML Editor is a Java-based XML editor that offers a broad spectrum of functionality to help XML authors, business analysts, and software developers. It features schema-based editing, tag prompting, validation against a DTD, XML schema, RelaxNG, tree view and outliner for tag free editing, XPath and regular expression searches, schema conversion, XSLT and XSLFO transformations, comprehensive project management, an SVG viewer and conversion, easy SOAP invocations, and more....

Ektron eWebEditPro+XML   Version: 4.2       Price: $599.00 / Free Trial   
Total Hits: 482  |  Today: 0 Author: Ektron, Inc.       Rating:  
Read Reviews | Write Review |              Your Rating: 

Ektron eWebEditPro+XML empowers business users to author XML content in a Smart Web Forms like word-processor, shielding them from the complexities of XML, in both IE and Netscape. Ektron Smart Web Forms let developers strictly enforce content accuracy. Built-in flexibility allows for robust customization. Customization examples including toolbar, dialog boxes, and right-mouse-click events....

xmlBlueprint XML Editor   Version: 3.2       Price: $45.00 / Free Trial   
Total Hits: 580  |  Today: 0 Author: Monkfish       Rating:  
Read Reviews | Write Review |              Your Rating: 

The fast XML editor for Windows.
Features include: Unicode aware text editing; validation of any DTD, XML Schema or XML Document against its DTD or XML Schema; XML layout tidying; real-time XML coloring; context-sensitive XML dropdown tips; identification of XML dialects by their namespace; XML tree explorer; unlimited undo/redo....

oXygen XML Editor   Version: 2.0.2       Price: $74.00 / Free Trial   
Total Hits: 750  |  Today: 0 Author: SyncRO Soft       Rating:  
Read Reviews | Write Review |              Your Rating: 

oXygen XML editor supports XML, XSL, TXT,RNG, XSD, XHTML and DTD documents. It offers a powerful code insight that guide the user to write valid XML content. The code insight can follow a DTD or an XML Schema or even can learn the structure from a partial edited document, allowing the rest the document to be created faster. An important thing is manipulating XML content and XSLT is the normal way to do this. XML and XSL documents can be easily associated one with the other. An XPath console is p...

Aioob XML Editor   Version: 1.0       Price: Free   
Total Hits: 951  |  Today: 0 Author: Aioob Software       Rating:  
Read Reviews | Write Review |              Your Rating: 

Edit XSL, XML, XSD, XSLT and FO documents with ease. The Editor makes code writing and reading much clearer and readable than writing or reading code written by hand. You can edit your code in a tree view format, or you can edit your code by hand. The Aioob XML Editor is completely free. There’s no need to purchase the Software....

TIBCO XMLCanon/Developer™       
Total Hits: 546  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

XMLCanon/Developer (XCD) is the leading design-time repository that manages the development and deployment of XML assets (e.g. XML schemas, DTDs, adjuncts, instance documents, and stylesheets) utilizing a Web-based interface. XCD enables an organization to take control of their XML assets for reuse throughout the enterprise. The unique interface also leverages the Internet for collaboration with suppliers, customers, trading partners and industry groups. XML and XCD are the foundation for buildi...

TIBCO TurboXML™       
Total Hits: 649  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

TIBCO TurboXML is an Integrated Development Environment (IDE) for developing and managing XML assets. With facilities for creating, validating, converting, and managing XML schemas, XML files and DTDs, TurboXML provides a best-of-class XML implementation platform that combines industry leading XML solutions (XML schema authoring, XML instance editing, and XML project management) into an simple and intuitive IDE. TurboXML, which is currently deployed in thousands of organizations around the world...

HOWTO: Acquire Descriptive Information on an XML Error in Visual Basic (Q252339)       
Total Hits: 829  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

The XML Object Model provides several ways to handle errors when they occur as a result of the XML document. One of these is the document object''s ParseError property, which provides information about problems that may occur in an XML document. This information enables you to handle possible errors and shield users from them. The code sample provided in this article demonstrates the use of some of these properties....

HOWTO: Select a Single Node in an XML Document from a TreeView in Visual Basic (Q252514)       
Total Hits: 1891  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

One of the methods added to the IDOMNode object in the IXMLDOMNode interface in Microsoft Internet Explorer 5 (IE5) is the SelectSingleNode method. This method applies a specified pattern-matching operation to a node''s context and returns the first matching node. This behavior is similar to the SelectNode method, which returns a list of matching nodes...Read More..



DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com