synced with main repository

This commit is contained in:
Guenter Obiltschnig
2008-01-28 17:26:21 +00:00
parent da49971d0f
commit 239471d354
199 changed files with 316 additions and 208 deletions

View File

@@ -1,7 +1,7 @@
#
# sample.vmsbuild
#
# $Id: //poco/Main/XML/samples/DOMParser/DOMParser.vmsbuild#5 $
# $Id: //poco/svn/XML/samples/DOMParser/DOMParser.vmsbuild#1 $
#
EXE=DOMParser
DOMParser

View File

@@ -1,7 +1,7 @@
#
# Makefile
#
# $Id: //poco/Main/XML/samples/DOMParser/Makefile#6 $
# $Id: //poco/svn/XML/samples/DOMParser/Makefile#1 $
#
# Makefile for Poco DOMParser
#

View File

@@ -1,7 +1,7 @@
//
// DOMParser.cpp
//
// $Id: //poco/Main/XML/samples/DOMParser/src/DOMParser.cpp#9 $
// $Id: //poco/svn/XML/samples/DOMParser/src/DOMParser.cpp#1 $
//
// This sample demonstrates the DOMParser, AutoPtr and
// NodeIterator classes.