<?xml version="1.0" encoding="UTF-8"?>
<structure version="14" html-doctype="HTML4 Transitional" compatibility-view="IE9" relativeto="*SPS" encodinghtml="UTF-8" encodingrtf="ISO-8859-1" encodingpdf="UTF-8" useimportschema="1" embed-images="1" enable-authentic-scripts="1" authentic-scripts-in-debug-mode-external="0" generated-file-location="DEFAULT">
	<parameters/>
	<schemasources>
		<namespaces>
			<nspair prefix="f" uri="http://www.xmlspy.com/schemas/formatting"/>
		</namespaces>
		<schemasources>
			<xsdschemasource name="XML" main="1" schemafile="Book.xsd" workingxmlfile="Book.xml"/>
		</schemasources>
	</schemasources>
	<modules/>
	<flags>
		<scripts/>
		<globalparts/>
		<designfragments/>
		<pagelayouts/>
		<xpath-functions/>
	</flags>
	<scripts>
		<script language="javascript"/>
	</scripts>
	<script-project>
		<Project version="2" app="AuthenticView"/>
	</script-project>
	<importedxslt/>
	<globalstyles>
		<rule url="Samples.css">
			<media>
				<media value="all"/>
			</media>
		</rule>
	</globalstyles>
	<mainparts>
		<children>
			<globaltemplate subtype="main" match="/">
				<document-properties/>
				<children>
					<documentsection>
						<properties columncount="1" columngap="0.50in" headerfooterheight="fixed" pagemultiplepages="0" pagenumberingformat="1" pagenumberingstartat="auto" pagestart="next" paperheight="11in" papermarginbottom="0.79in" papermarginfooter="0.30in" papermarginheader="0.30in" papermarginleft="0.60in" papermarginright="0.60in" papermargintop="0.79in" paperwidth="8.50in"/>
					</documentsection>
					<template subtype="source" match="XML">
						<children>
							<paragraph paragraphtag="p">
								<properties class="info"/>
								<children>
									<text fixtext="This example demonstrates how to use .NET calls in XPath statements."/>
								</children>
							</paragraph>
							<paragraph paragraphtag="p">
								<properties class="explanation"/>
								<children>
									<text fixtext="Every paragraph in this document is transformed to upper-case and it is searched for HTML information - both by calling .NET functions ToUpper and Contains correspondingly."/>
								</children>
							</paragraph>
							<template subtype="userdefined" match="//p">
								<children>
									<paragraph paragraphtag="p">
										<children>
											<text fixtext="Original paragraph:">
												<styles font-style="italic"/>
											</text>
										</children>
									</paragraph>
									<paragraph paragraphtag="p">
										<styles margin-left="20px"/>
										<children>
											<content/>
										</children>
									</paragraph>
									<paragraph paragraphtag="p">
										<children>
											<text fixtext="Capitalized paragraph:">
												<styles font-style="italic"/>
											</text>
										</children>
									</paragraph>
									<paragraph paragraphtag="p">
										<styles margin-left="20px"/>
										<children>
											<autocalc xpath="clitype:System.String.ToUpper( . )"/>
										</children>
									</paragraph>
									<condition>
										<children>
											<conditionbranch xpath="clitype:System.String.Contains( ., &apos;HTML&apos; )">
												<children>
													<paragraph paragraphtag="p">
														<children>
															<text fixtext="This paragraph contains information about HTML!">
																<styles color="red" font-style="italic"/>
															</text>
														</children>
													</paragraph>
												</children>
											</conditionbranch>
										</children>
									</condition>
									<line/>
								</children>
								<variables/>
							</template>
						</children>
						<variables/>
					</template>
				</children>
			</globaltemplate>
		</children>
	</mainparts>
	<globalparts/>
	<designfragments/>
	<xmltables/>
	<authentic-custom-toolbar-buttons/>
</structure>
