27 lines
932 B
Markdown
27 lines
932 B
Markdown
XML DOM query sample
|
|
====================
|
|
|
|
Demonstrates how to query a DOM node or node-set using XPath expressions.
|
|
|
|
Operating system requirements
|
|
-----------------------------
|
|
|
|
Client
|
|
|
|
Windows 8.1
|
|
|
|
Server
|
|
|
|
Windows Server 2012 R2
|
|
|
|
Build the sample
|
|
----------------
|
|
|
|
To build this sample, open the CPP project solution (.sln) file within Visual Studio 2013 for Windows 8.1 (any SKU) or later versions of Visual Studio and Windows. Press F7 (or F6 for Visual Studio 2013) or go to Build-\>Build Solution from the top menu after the sample has loaded. The sample will be built in the default \\Debug or Release directory.
|
|
|
|
Run the sample
|
|
--------------
|
|
|
|
To run this sample after building it, press F5 (run with debugging enabled) or Ctrl-F5 (run without debugging enabled) from Visual Studio. (Or select the corresponding options from the **Debug** menu.) When the app is running, switch to the Start screen and back to the desktop.
|
|
|