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 - XPath Developer's Guide

Constructing the Node-Test Portion of a Location Step

The node-test portion of a location step identifies the type of node(s), or the specific node(s), which make up the baseline collection of nodes from which to gather possible matches. It takes three possible forms:

  • Use a node name to select nodes with that name.
  • Use a node type, followed by empty parentheses, (), to select nodes of that type. The following node types are available:
    • comment() selects element nodes;
    • text() selects attribute nodes;
    • processing-instruction() selects processing instruction nodes;
    • and node() selects nodes of any kind.
  • Use processing-instruction("target") to select processing instructions with a particular target.


Download de SDK