diff options
author | William M. Brack <wbrack@src.gnome.org> | 2007-02-15 22:02:20 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2007-02-15 22:02:20 +0000 |
commit | a3640f623edf80a691a028f3c4c81181f1f52654 (patch) | |
tree | 04ae867dc1d1596f7ef45c7125178b0f926ea906 /doc/internals.html | |
parent | f2de27abb993d0b07a5fefc8eca4c8127004b529 (diff) | |
download | libxslt-a3640f623edf80a691a028f3c4c81181f1f52654.tar.gz libxslt-a3640f623edf80a691a028f3c4c81181f1f52654.tar.bz2 libxslt-a3640f623edf80a691a028f3c4c81181f1f52654.zip |
Changed all references to CVS to be SVN; changed corresponding links.
* doc/xslt.html: Changed all
references to CVS to be SVN; changed corresponding links.
* doc/*html: regenerated the documentation for above
svn path=/trunk/; revision=1421
Diffstat (limited to 'doc/internals.html')
-rw-r--r-- | doc/internals.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/internals.html b/doc/internals.html index 54942f68..663fdada 100644 --- a/doc/internals.html +++ b/doc/internals.html @@ -62,7 +62,7 @@ indicates the kind of node it represents, the most common ones are:</p><ul><li>d <li>text nodes</li> </ul><p>For the XSLT processing, entity nodes should not be generated (i.e. they should be replaced by their content). Most nodes also contains the following -"navigation" informations:</p><ul><li>the containing <strong>doc</strong>ument</li> +"navigation" information:</p><ul><li>the containing <strong>doc</strong>ument</li> <li>the <strong>parent</strong> node</li> <li>the first <strong>children</strong> node</li> <li>the <strong>last</strong> children node</li> |