nedcomp hosting homepage

Producten en Diensten
Dedicated servers
Datacenter informatie
Partners, resellers
Helpdesk informatie
Technische docs, tools
Support homepage
ASP componenten
Praktische ASP, ASP.NET
Visual route server
Whois (domein gegevens)
Software documentatie
Whitepapers
Zoeken
Nedcomp / algemeen

Zoeken
 

Copyright © Nedcomp Hosting
Telefoon nr :   +31 184 670111
Fax nummer :   +31 184 631384
E-mailadres :   info@nedcomp.nl
 

Microsoft XML Core Services (MSXML) 4.0 - XSLT Reference

XSLT Reference

The World Wide Web Consortium (W3C) Recommendation for XSL Transformations (XSLT) specifies a transformation language for XML documents. Microsoft® XML Core Services (MSXML) 4.0 supports this transformation language, XSLT Version 1.0 (W3C Recommendation 16 November 1999).

You can use XSLT from the XML Document Object Model (DOM). The transformNode method, transformNodeToObject method as well as the IXSLProcessor object support the use of XSLT elements to perform transformations. The DOM selectNodes method and selectSingleNode method support the XML Path Language (XPath) expression syntax that enables sophisticated queries for nodes within a particular context of the overall tree structure.

Microsoft Visual Basic® and C++ developers should refer to the following versions of the previously mentioned methods.

  • transformNode
  • transformNodeToObject
  • selectNodes
  • selectSingleNode

The XSLT Reference contains the following topics.

See Also

transformNode Method | transformNodeToObject Method | selectNodes Method | selectSingleNode Method | Template-Driven Transformations | Supported Features in XSLT Releases

Other Resources Other Resources

XSL Transformations (XSLT) Version 1.0 (W3C Recommendation 16 November 1999)


Download de SDK