[Twisted-Python] XML Parsing Error in tutorial.xhtml

Anton Vredegoor a.vredegoor at hccnet.nl
Sat Dec 27 13:40:10 EST 2003


After a fresh install of twisted 1.1.1 and clicking on the manual
entry and next on the
 
    * Tutorial: Twisted From Scratch

link in the Twisted Documentation file I get the following error in
mozilla:

###

XML Parsing Error: duplicate attribute Location:
file:///D:/Python23/Lib/site-packages/TwistedDocs/howto/tutorial.xhtml
Line Number 506, Column 60:<a class="py-listing"
href="listings/finger/finger/tap.py"
class="py-listing">finger/tap.py</a>
-----------------------------------------------------------^

###

possible fix:

Change line 506 to 510 into:

###

<a href="listings/finger/finger/tap.py"
class="py-listing">finger/tap.py</a>

<p>And register it all:</p>

<a href="listings/finger/finger/plugins.tml"
class="py-listing">finger/plugins.tml</a>

###


Anton





More information about the Twisted-Python mailing list