Articles   Dev Forums   Personalize   Favorites   Member Login        Active Users:  158
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Friday, August 29, 2008
Home
Articles & Samples
Dev Search
Dev Forum
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

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 > XML > XSL
Search
DevASP

What's New
What's Hot

Site navigation XSL and XML file       
Total Hits: 230  |  Today: 0 Author: Olivier Giulieri       Rating:  
Read Reviews | Write Review |              Your Rating: 

Get all the necessary toolbars (graphical or yahoo style) and the site map for your web site using one XML file and 3 XSL files already written for you....

How to conditionally display data in xsl       
Total Hits: 183  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

To display data in XSL, Add some elements to the original document at run time and prepare the stylesheet to test these elements in order to decide if displaying or not....

Combining XML Data With XSL Within ASP       
Total Hits: 765  |  Today: 0 Author: Derrald Farnsworth-Livingston       Rating:  
Read Reviews | Write Review |              Your Rating: 

This tutorial contains a general introduction into XML and XSL and how to use both to display the result on the web....

cvXGrinder Class       
Total Hits: 157  |  Today: 0 Author: Roger Oney       Rating:  
Read Reviews | Write Review |              Your Rating: 

The cvXGrinder is a scripted Class that encapsulates the code for loading XML and XSL files, and then merging them to create HTML output....

XML Where Angels Fear To Tread       
Total Hits: 148  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

The first part of this session describes an ASP version of SBPNews. The second part of this session shows you how to use XSL ISAPI 2 to serve wireless clients as well. Included in the second part is an application that persists data in the Model to the filesystem as individual stories (stories used by XSL ISAPI2)....

XSL Device Formatting Using the Microsoft XSL ISAPI Filter       
Total Hits: 284  |  Today: 0 Author: Jean-Baptiste Minchelli       Rating:  
Read Reviews | Write Review |              Your Rating: 

The XSL ISAPI filter is an extension to Microsoft+#39;s Internet Information Services that simplifies the deployment of server-side XSL stylesheets. In this article Jean shows us how to download, configure and use the XSL ISAPI filter to generate output for different devices automatically from IIS, including web browsers and WAP compatible phones....

Q301394 HOWTO: Create a Generic ASP Page to Test XSL Transformations       
Total Hits: 524  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article demonstrates how to create a generic ASP page that allows you to evaluate the outcome of using different XSLT documents to transform an XML document without adding or modifying an < ?xml-stylesheet? > processing instruction in the XML document....

XSL Transformation using Xalan and Java       
Total Hits: 441  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Vijay Kukreja writes a small Java program which uses Xalan and shows us how simple it is to do XML transformation. In the Part I he explains the problem and helps getting things ready. Part II focuses on the Java program and the input XML file. And in the final Part III the XSL file is explained line by line....

A journey with XSL/XPath       
Total Hits: 439  |  Today: 0 Author: srinivas msss       Rating:  
Read Reviews | Write Review |              Your Rating: 

XSL, eXtensible Stylesheet Language is a W3C standard with lots of development and momentum and having a large size of community also got abundant number of Books, mailing lists, training and websites. This article just gives a kick start for the people who want to work with XSL and XPath....

Basic XML3: XSL       
Total Hits: 291  |  Today: 0 Author: Chris Garrett       Rating:  
Read Reviews | Write Review |              Your Rating: 

In the previous article I showed the brute-force way of displaying your XML data using ASP, this article demonstrates a more elegant method using XSL. XSL stands for Extensible Style Language and is a way we can transform and format our XML data. For example, we can take raw XML data and output it as HTML or WML. I won't go into everything XSL can do here, just how to use the basic functions within Classic ASP....

nodeset of child templates using document()       
Total Hits: 302  |  Today: 1 Author: bryan rasmussen       Rating:  
Read Reviews | Write Review |              Your Rating: 

return an xsl:template that matches a child element of your current node as a nodeset...

How to transfer XML into a plain text file?       
Total Hits: 222  |  Today: 0 Author: Qing-Hua Jiang       Rating:  
Read Reviews | Write Review |              Your Rating: 

This example shows a simple example of how to output your XML into a text using XSL, by comma separating the output....

How to use XSL function sum() to sum 2 XML fields       
Total Hits: 217  |  Today: 0 Author: Qing-Hua Jiang       Rating:  
Read Reviews | Write Review |              Your Rating: 

This examples shows how to find the sum of 2 XML fields using Microsofts nodeset extension....

How to format dates, using a schema       
Total Hits: 221  |  Today: 0 Author: Emilio D'Angelo Yofre       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is a fully functional download, where Emilio demonstrates how to use the formatDate function in XSL....

Searching an XML File with XSL and ASP       
Total Hits: 515  |  Today: 0 Author: Michael Qualls       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article is about manipulating XML data with ASP.This example assumes that you are familiar with ASP, XML and HTML 4.0....

XSL Transformations       
Total Hits: 324  |  Today: 0 Author: Steven Holzner.       Rating:  
Read Reviews | Write Review |              Your Rating: 

Extensible Styles Language (XSL). XSL has two parts: a transformation language, and a formatting language. These two parts of XSL can function quite independently, and you can think of XSL as two languages, not one. In practice, you often transform a document before formatting it. In fact, that is one of the main reasons that W3C supports XSLT as the first stage in the formatting process, as we'll see in the next chapter. This chapter covers the .....

Embedding a com component into XSL       
Total Hits: 361  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Want to see how you can embed a COM object call into XSL? It kinda turns the ASP-XML relationship on it's head......

Creating a drop-down list in XSL       
Total Hits: 1515  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

XML/XSLT Example of a drop down list with a default value already selected....

How to use XSL function sum() to sum 2 XML fields       
Total Hits: 729  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you are really going to get nitty and gritty, this sample does without the sum() function...

Putting a recordset straight into XSL       
Total Hits: 801  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you're vexed by creating XML Documents from your recordsets, only to chuck them for another pounding in XSL, take a look at this technique that lets you go straight for the jugular, by processing your recordset almost directly in XSL....


1  2  Next >> 

DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com