Lines Matching full:center
22 <center center-attr-1="c1" xmlns:n="http://example.com">Wrong variable, can you dig it?
28 </center>
44 <center center-attr-1="c2" xmlns:n="http://example.com">Dig we must!
50 </center>
73 <xsl:text>The center nodes in $top2 are </xsl:text>
74 <xsl:for-each select="ex:nodeset($top2)//center">
82 <xsl:text>W01: center/child::* nodes in $top2 are </xsl:text>
83 <xsl:for-each select="ex:nodeset($top2)//center/child::*">
90 <xsl:text>W02: center/descendant::* nodes in $top2 are </xsl:text>
91 <xsl:for-each select="ex:nodeset($top2)//center/descendant::*">
98 <xsl:text>W03: center/parent::* nodes in $top2 are </xsl:text>
99 <xsl:for-each select="ex:nodeset($top2)//center/parent::*">
106 <xsl:text>W04: center/ancestor::* nodes in $top2 are </xsl:text>
107 <xsl:for-each select="ex:nodeset($top2)//center/ancestor::*">
114 <xsl:text>W05: center/following-sibling::* nodes in $top2 are </xsl:text>
115 <xsl:for-each select="ex:nodeset($top2)//center/following-sibling::*">
122 <xsl:text>W06: center/preceding-sibling::* nodes in $top2 are </xsl:text>
123 <xsl:for-each select="ex:nodeset($top2)//center/preceding-sibling::*">
130 <xsl:text>W07: center/following::* nodes in $top2 are </xsl:text>
131 <xsl:for-each select="ex:nodeset($top2)//center/following::*">
138 <xsl:text>W08: center/preceding::* nodes in $top2 are </xsl:text>
139 <xsl:for-each select="ex:nodeset($top2)//center/preceding::*">
146 <xsl:text>W09: center/attribute::* nodes in $top2 are </xsl:text>
147 <xsl:for-each select="ex:nodeset($top2)//center/attribute::*">
154 <xsl:text>W10: center/namespace::* nodes in $top2 are </xsl:text>
155 <xsl:for-each select="ex:nodeset($top2)//center/namespace::*">
162 <xsl:text>W11: center/self::* nodes in $top2 are </xsl:text>
163 <xsl:for-each select="ex:nodeset($top2)//center/self::*">
170 <xsl:text>W12: center/descendant-or-self::* nodes in $top2 are </xsl:text>
171 <xsl:for-each select="ex:nodeset($top2)//center/descendant-or-self::*">
178 <xsl:text>W13: center/ancestor-or-self::* nodes in $top2 are </xsl:text>
179 <xsl:for-each select="ex:nodeset($top2)//center/ancestor-or-self::*">
187 <xsl:text>N01: center/child::t2-near-south nodes in $top2 are </xsl:text>
188 <xsl:for-each select="ex:nodeset($top2)//center/child::t2-near-south">
195 <xsl:text>N02: center/descendant::t2-south nodes in $top2 are </xsl:text>
196 <xsl:for-each select="ex:nodeset($top2)//center/descendant::t2-south">
203 <xsl:text>N03: center/parent::t2-near-north nodes in $top2 are </xsl:text>
204 <xsl:for-each select="ex:nodeset($top2)//center/parent::t2-near-north">
211 <xsl:text>N04: center/ancestor::t2-north nodes in $top2 are </xsl:text>
212 <xsl:for-each select="ex:nodeset($top2)//center/ancestor::t2-north">
219 <xsl:text>N05: center/following-sibling::t2-east nodes in $top2 are </xsl:text>
220 <xsl:for-each select="ex:nodeset($top2)//center/following-sibling::t2-east">
227 <xsl:text>N06: center/preceding-sibling::t2-west nodes in $top2 are </xsl:text>
228 <xsl:for-each select="ex:nodeset($top2)//center/preceding-sibling::t2-west">
235 <xsl:text>N07: center/following::t2-east nodes in $top2 are </xsl:text>
236 <xsl:for-each select="ex:nodeset($top2)//center/following::t2-east">
243 <xsl:text>N08: center/preceding::t2-west nodes in $top2 are </xsl:text>
244 <xsl:for-each select="ex:nodeset($top2)//center/preceding::t2-west">
251 <xsl:text>N09: center/attribute::center-attr-1 nodes in $top2 are </xsl:text>
252 <xsl:for-each select="ex:nodeset($top2)//center/attribute::center-attr-1">
259 <xsl:text>N10: center/self::center nodes in $top2 are </xsl:text>
260 <xsl:for-each select="ex:nodeset($top2)//center/self::center">
267 <xsl:text>N11: center/descendant-or-self::t2-south nodes in $top2 are </xsl:text>
268 <xsl:for-each select="ex:nodeset($top2)//center/descendant-or-self::t2-south">
275 <xsl:text>N12: center/ancestor-or-self::t2-north nodes in $top2 are </xsl:text>
276 <xsl:for-each select="ex:nodeset($top2)//center/ancestor-or-self::t2-north">