Rainie3535 / sigil

Automatically exported from code.google.com/p/sigil
GNU General Public License v3.0
0 stars 0 forks source link

Hyperlinks Between Files incorrectly loaded #1175

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
My issue is that when I add multiple xhtml files with links between them Sigil 
is truncating them to remove the file reference.

For example I have two files named g40001001.xhtml and v40001001.xhtml 
respectively, the first contains a tag <a id="g40001002" 
href="v40001001.xhtml#v40001002"><sup>E</sup></a>

The second contains a tag:

<a id="v40001002" href="g40001001.xhtml#g40001002"><sup>E</sup></a>

When I load the files into sigil they are both reduced to the following:

<a id="g40001002" href="#v40001002"><sup>E</sup></a>

<a id="v40001002" href="#g40001002"><sup>E</sup></a>

And hence the links no longer work.

What version of the product are you using? On what operating system?

I am using version 0.3.4 on a windows 7 PC

Original issue reported on code.google.com by timothy....@gmail.com on 12 Jan 2012 at 9:55

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by john@nachtimwald.com on 13 Jan 2012 at 1:35