View Single Post
Old 06-18-2010, 12:00 AM   #7
pietvo
Reader
pietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notes
 
pietvo's Avatar
 
Posts: 519
Karma: 24612
Join Date: Aug 2009
Location: Utrecht, NL
Device: Kobo Aura 2, iPhone, iPad
Quote:
Originally Posted by Valloric View Post
Tidy probably removed it on load, and for good reason since it contained HTML code.
But it will still be in the ePub file on disk.
The following code:
Code:
  <style type="text/css">
/*<![CDATA[*/
  <link rel="stylesheet" type="text/css" href="../Styles/StyleNovel.css"/>
  /*]]>*/
  </style>
according to the XML definition should be equivalent to:
Code:
  <style type="text/css">
/**/
  &lt;link rel="stylesheet" type="text/css" href="../Styles/StyleNovel.css"/&gt;
  /**/
  </style>
which is quite different from what Sigil shows and apparently interprets. Of course the code above is nonsense.
pietvo is offline   Reply With Quote