Mega Code Archive
Passing a Nodeset as a Parameter in XML transformation
<%--
Code Revised from
Professional ASP.NET 2.0 XML (Programmer to Programmer) (Paperback)
by Thiru Thangarathinam
# Publisher: Wrox (January 18, 2006)
# Language: English
# ISBN: 0764596772
--%>
<%@ Page Language="C#" %>
<%@ Import Namespace="System.Xml" %>
<%@ Import Namespace="System.Xml.Xsl" %>
<%@ Import Namespace="System.Xml.XPath" %>
<%-- Books_with_nodeset_parameter.xsl
Passing a Nodeset as a Parameter
My Book Collection
--%>
<%-- BooksWithStyle.xml
title 1
A
B
99.99
title 2
B
C
11.99
--%>