Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(420)

Side by Side Diff: third_party/libxslt/src/FEATURES

Issue 2865973002: Check in the libxslt roll script. (Closed)
Patch Set: Consistent quotes. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/libxslt/src/Copyright ('k') | third_party/libxslt/src/INSTALL » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Status of implementation of the XSLT 1.0 Features: 1 Status of implementation of the XSLT 1.0 Features:
2 ================================================== 2 ==================================================
3 3
4 $Id$ 4 $Id$
5 5
6 Stylesheet Constructs: 6 Stylesheet Constructs:
7 ====================== 7 ======================
8 8
9 YES xsl:stylesheet 9 YES xsl:stylesheet
10 ? id = id 10 ? id = id
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 YES *[position()=1 and self::para] 235 YES *[position()=1 and self::para]
236 YES para[last()=1] 236 YES para[last()=1]
237 YES items/item[position()>1] 237 YES items/item[position()>1]
238 YES item[position() mod 2 = 1] 238 YES item[position() mod 2 = 1]
239 YES div[@class="appendix"]//p 239 YES div[@class="appendix"]//p
240 YES @class 240 YES @class
241 YES @* 241 YES @*
242 YES except ns for key key('a','b') 242 YES except ns for key key('a','b')
243 243
244 daniel@veillard.com 244 daniel@veillard.com
OLDNEW
« no previous file with comments | « third_party/libxslt/src/Copyright ('k') | third_party/libxslt/src/INSTALL » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698