XSLT is a language to create so called "stylesheets" containing transformation rules for XML documents. A XSLT processor allows you to apply the stylesheet to a XML document. The transformed output document can be another XML document, a HTML document or any text document.
Community
XML Parsers: DOM and SAX Put to the Test
Before making the important decision to purchase an XML parser, look at the results of Steve Franklin's test of a selection of both DOM- and SAX-based parsers.
.Net Gets XML Right
Jim Rapoza, eWEEK Labs Perhaps creating a product in a new field where there are no established leaders to catch up to (or copy) is a good thing for Microsoft Corp. The company's BizTalk Server 2000 is an excellent platform for managing XML data processing among businesses and is one of the
Sql Power Tools
The industry break-thru eData Usage AnalyzerTM, Zero Impact Service Level MonitorTM, Zero Impact Top N Sql AnalyzerTM, and Zero Impact Sql MonitorTM products from Sql Power Tools. See what they offer.
Professional SQL Server Development with Access 2000
Author Rick DobsonThis book concentrates on the use of Access 2000 projects with MSDE and SQL Server engines and will highlight the ease with which sophisticated, scalable database solutions may be constructed. Since the delivery of data over the Internet is becoming crucial, this book will also
XML for Analysis Specification
Specifies a SOAP-based XML communication API that supports the exchange of analytical data between clients and servers on any platform and with any language.
W3C XML Schema still has big problems
By Edd Dumbill. In last week's W3C Technical Plenary session in Boston, some attendees were far from happy about the state of W3C XML Schema, including James Clark.
Version-proof Your Data
Versioning data is an ancient practise in databases. A time-stamp field is added to the database tables to record when the update happened. Many developers use the time stamp to ensure that the update makes sense: Is this user submitting some older data that wipes out newer data?
Professional SQL Server 2000 Programming
Author, Rob Vieira<br>SQL Server 2000 is the latest and most powerful version of Microsoft's data warehousing and relational database management system. This new release is tightly integrated with Windows 2000 and offers more support for XML, as well as improved Analysis Services for OLAP and da
XslTransport for PocketSOAP
XslTransport is a COM component that integrates with Simon Fell's PocketSOAP toolkit. It works as a replacement for the HTTP transport bindings that the PocketSOAP provides. XslTransport allows you to specify a local XSL document to be used to transform the message into a response.