# HG changeset patch # User Ruslan Ermilov # Date 1315488366 0 # Node ID deab88e4c35a1f3dbb9817d8c1bc1a72d0747d9a # Parent a1e1b348bfaf56678ec470326e8dc47b5f84d77f Basic inter-document and external linking support. diff --git a/docs/dtd/module.dtd b/docs/dtd/module.dtd --- a/docs/dtd/module.dtd +++ b/docs/dtd/module.dtd @@ -55,6 +55,7 @@ diff --git a/docs/xsls/content.xsls b/docs/xsls/content.xsls --- a/docs/xsls/content.xsls +++ b/docs/xsls/content.xsls @@ -39,7 +39,14 @@ X:stylesheet { X:text{ (} !{@code} X:text{)} } + X:template = "link[@url]" { !!; } X:template = "link[@id and not(@doc)]" { !!; } + X:template = "link[@doc and not(@id)]" { + !!; + } + X:template = "link[@id and @doc]" { + !!; + } X:template = "link" { !!; } X:template = "list[@type='bullet']" { }