# HG changeset patch # User Ruslan Ermilov # Date 1460527741 -10800 # Node ID ac9fa096b6856186bf97a18eabc63a5cfcbd64fa # Parent 5244689583a9956c921ee8f9f1f332441f809c49 Added the module/para/@id attribute. diff -r 5244689583a9 -r ac9fa096b685 dtd/module.dtd --- a/dtd/module.dtd Tue Apr 12 14:26:10 2016 +0000 +++ b/dtd/module.dtd Wed Apr 13 09:09:01 2016 +0300 @@ -40,6 +40,9 @@ emphasis | example | header | http-status | link | list | literal | note | path | value | var | mainline_version | stable_version | commercial_version)* > + diff -r 5244689583a9 -r ac9fa096b685 xsls/content.xsls --- a/xsls/content.xsls Tue Apr 12 14:26:10 2016 +0000 +++ b/xsls/content.xsls Wed Apr 13 09:09:01 2016 +0300 @@ -30,6 +30,11 @@ !!; } + X:template = "para[@id]" { + +

!!;

+ } + X:template = "para" {

!!;

} X:template = "para[@align]" {

!!;

}