home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / InfoPath.en-us / InfLR.cab / FL_tableRowTemplate_xml_120417_ENU____.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Extensible Markup Language  |  2009-04-01  |  1KB  |  31 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <CodeSnippet Format="1.0.0" xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
  3.   <Header>
  4.     <Title>
  5.       <!-- _locID_text="title" _locComment="" -->Table Row Template</Title>
  6.     <Author>Microsoft Corporation</Author>
  7.     <Shortcut>htmltablerow</Shortcut>
  8.     <Description>
  9.       <!-- _locID_text="description" _locComment="" -->XSL Template for generating table rows in a Template</Description>
  10.     <SnippetTypes>
  11.       <SnippetType>Expansion</SnippetType>
  12.     </SnippetTypes>
  13.   </Header>
  14.   <Snippet>
  15.     <Declarations>
  16.       <Literal>
  17.         <ID>xpath_1</ID>
  18.         <ToolTip>
  19.           <!-- _locID_text="tooltip1" _locComment="" -->XPath expression.</ToolTip>
  20.         <Default>XPath_1</Default>
  21.       </Literal>
  22.       <Literal>
  23.         <ID>xpath_2</ID>
  24.         <ToolTip>
  25.           <!-- _locID_text="tooltip2" _locComment="" -->XPath</ToolTip>
  26.         <Default>XPath_2</Default>
  27.       </Literal>
  28.     </Declarations>
  29.     <Code Language="XML" Kind="http://www.w3.org/1999/XSL/Transform"><![CDATA[<xsl:template match="$xpath_1$" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><tr><td><xsl:value-of select="$xpath_2$"/></td></tr></xsl:template>]]></Code>
  30.   </Snippet>
  31. </CodeSnippet>