Author: mcbrown
Date: 2007-11-15 19:55:27 +0100 (Thu, 15 Nov 2007)
New Revision: 8746
Log:
Adding back refsection ID mapping
Modified:
trunk/tools/MySQL/IDMap/XMLParser.pm
Modified: trunk/tools/MySQL/IDMap/XMLParser.pm
===================================================================
--- trunk/tools/MySQL/IDMap/XMLParser.pm 2007-11-15 18:53:29 UTC (rev 8745)
+++ trunk/tools/MySQL/IDMap/XMLParser.pm 2007-11-15 18:55:27 UTC (rev 8746)
Changed blocks: 3, Lines Added: 3, Lines Deleted: 1; 1239 bytes
@@ -139,7 +139,7 @@
if (exists($element->{Attributes}->{id}))
{
- if ($element->{Name} =~ m/^(appendix|article|book|part|chapter|example|glossary|glossentry|para|preface|programlisting|refentry|section|figure|informaltable|table)$/i)
+ if ($element->{Name} =~ m/^(appendix|article|book|part|chapter|example|glossary|glossentry|para|preface|programlisting|refentry|refsection|section|figure|informaltable|table)$/i)
{
if (!defined($self->{rootid}))
{
@@ -155,6 +155,7 @@
};
if ($element->{Name} eq 'section' ||
+ $element->{Name} eq 'refsection' ||
$element->{Name} eq 'refentry' ||
$element->{Name} eq 'chapter'
)
@@ -191,6 +192,7 @@
my ($self, $element) = @_;
if ($element->{Name} eq 'section' ||
+ $element->{Name} eq 'refsection' ||
$element->{Name} eq 'refentry' ||
$element->{Name} eq 'chapter' )
{
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r8746 - trunk/tools/MySQL/IDMap | mcbrown | 15 Nov |