*** empty log message ***

This commit is contained in:
jez_higgins 2004-05-27 11:50:11 +00:00
parent 140c460006
commit d0994d8b46
2 changed files with 35 additions and 1 deletions

34
bin/xmlbaseSample.xml Normal file
View file

@ -0,0 +1,34 @@
<?xml version="1.0"?>
<doc xml:base="http://example.org/today/"
xmlns:xlink="http://www.w3.org/1999/xlink">
<head>
<title>Virtual Library</title>
</head>
<body>
<paragraph>See <link xlink:type="simple" xlink:href="new.xml">what's
new</link>!</paragraph>
<paragraph>Check out the hot picks of the day!</paragraph>
<olist xml:base="/hotpicks/">
<item>
<link xlink:type="simple" xlink:href="pick1.xml">Hot Pick #1</link>
</item>
<item>
<link xlink:type="simple" xlink:href="pick2.xml">Hot Pick #2</link>
</item>
<item>
<link xlink:type="simple" xlink:href="pick3.xml">Hot Pick #3</link>
</item>
</olist>
<olist xml:base="http://example.net/hotpicks/">
<item>
<link xlink:type="simple" xlink:href="pick4.xml">Hot Pick #1</link>
</item>
<item>
<link xlink:type="simple" xlink:href="pick5.xml">Hot Pick #2</link>
</item>
<item>
<link xlink:type="simple" xlink:href="pick6.xml">Hot Pick #3</link>
</item>
</olist>
</body>
</doc>

View file

@ -13,7 +13,7 @@
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory=".\..\..\bin" OutputDirectory=".\..\..\bin"
IntermediateDirectory=".\pyx___Win32_Debug" IntermediateDirectory=".\Debug"
ConfigurationType="1" ConfigurationType="1"
UseOfMFC="0" UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE" ATLMinimizesCRunTimeLibraryUsage="FALSE"