# HG changeset patch # User Ruslan Ermilov # Date 1342673821 0 # Node ID b57657247299b5949b49dd013508230404891052 # Parent 05761a8e38f60df96e32a57ef2e1fbde53281bbe Reduced the number of templates. diff --git a/xsls/article.xsls b/xsls/article.xsls --- a/xsls/article.xsls +++ b/xsls/article.xsls @@ -34,24 +34,7 @@ X:include href = "versions.xslt"; X:template = "/article | /module" { - - - !{@name} - - !style (lang="@lang") - - !ga () - - - - !body (lang="@lang") - - -} - - -X:template = "/article[@lang='he'] | /module[@lang='he']" { - + X:if "@lang = 'he'" { X:attribute "dir" { X:text{rtl} } }