<?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" pastemode="xml" enable-authentic-scripts="1" authentic-scripts-in-debug-mode-external="0" generated-file-location="DEFAULT">
	<parameters/>
	<schemasources>
		<namespaces/>
		<schemasources>
			<xsdschemasource name="XML" main="1" schemafile="Directory.xsd" workingxmlfile="Directory.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="48px" headerfooterheight="variable" pagemultiplepages="0" pagenumberingformat="1" pagenumberingstartat="auto" pagestart="next" paperheight="11.69in" papermarginbottom="0.79in" papermarginfooter="0.5in" papermarginheader="0.5in" papermarginleft="0.6in" papermarginright="0.6in" papermargintop="0.79in" paperwidth="8.27in"/>
					</documentsection>
					<paragraph paragraphtag="p">
						<properties class="info"/>
						<children>
							<text fixtext="This example shows you how to apply formatting to a recursive data structure using a global template."/>
						</children>
					</paragraph>
					<paragraph paragraphtag="p">
						<properties class="explanation"/>
						<children>
							<text fixtext="Note how the left margin applied to the paragraph accumulates as directory level depth increases."/>
						</children>
					</paragraph>
					<template subtype="source" match="XML">
						<children>
							<calltemplate subtype="element" match="directory"/>
						</children>
						<variables/>
					</template>
				</children>
			</globaltemplate>
		</children>
	</mainparts>
	<globalparts>
		<children>
			<globaltemplate subtype="element" match="directory" schema-tree-path="directory">
				<children>
					<template subtype="element" match="directory">
						<children>
							<paragraph>
								<children>
									<text fixtext="Folder: ">
										<styles font-weight="bold"/>
									</text>
									<template subtype="attribute" match="name">
										<children>
											<content>
												<styles font-weight="bold"/>
											</content>
										</children>
										<variables/>
									</template>
								</children>
							</paragraph>
							<template subtype="element" match="file">
								<children>
									<paragraph>
										<styles margin-left="20px"/>
										<children>
											<text fixtext="file: "/>
											<template subtype="attribute" match="name">
												<children>
													<content/>
												</children>
												<variables/>
											</template>
											<text fixtext=" ("/>
											<template subtype="attribute" match="size">
												<children>
													<content>
														<format basic-type="xsd" datatype="unsignedLong"/>
													</content>
												</children>
												<variables/>
											</template>
											<text fixtext=")"/>
										</children>
									</paragraph>
								</children>
								<variables/>
							</template>
							<paragraph>
								<styles margin-left="20px"/>
								<children>
									<calltemplate subtype="element" match="directory"/>
								</children>
							</paragraph>
						</children>
						<variables/>
					</template>
				</children>
			</globaltemplate>
		</children>
	</globalparts>
	<designfragments/>
	<xmltables/>
	<authentic-custom-toolbar-buttons/>
</structure>
