Click here to Skip to main content
15,893,644 members
Articles / Programming Languages / XML

XMLLib for PUGXML with XPath

Rate me:
Please Sign up or sign in to vote.
4.33/5 (11 votes)
29 Oct 2009CPOL5 min read 126.4K   1.2K   38  
A library for PugXML which implements XPath
REM XMLLib
Echo Off
if %1X==X goto Error
if %1==debug goto CONT
if %1==release goto CONT
:Error
Echo Missing Source Dir parameter in post-build step
goto QUIT:

:CONT
copy PugXMLNode.h	..\common
copy platform.h		..\common
copy config.h		..\common
copy Array.h		..\common
copy PugXML.h		..\common
copy BString.h		..\common
:QUIT

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions