Here are some points for clarification:
Quote:
Originally Posted by Valloric
|
Okay
Quote:
This is related to the code you imported. There was something in it which forced Tidy to add this to everything, or it was there to begin with. It's just a namespace declaration, feel free to ignore/delete it.
|
This was an ePub file exported directly from InDesign. I didn't make any changes with Sigil.
When I look at the the HTML code in Dreamweaver, I see this code (which is free from the xmlns:xml="http://www.w3.org/XML/1998/namespace">) for the text:
<p class="sidebar-quote" xml:lang="en-us">I’m a painter. What do I have to know about words and <span class="no-style-override-1">writing</span>? </p>
At the top of doc, the only reference to
www.w3.org is this:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
Quote:
Note that when you create a new paragraph in the Book View by pressing ENTER, the attributes from the <p> you were in are copied over to the new <p>.
|
I see. So far, I haven't done any work with Sigil; I'm trying to understand how it works.
Quote:
You'll have to ask the creators of those other Rendering Systems. Although Calibre's presentation should be fairly close to Sigil's; they both use the same underlying engine (QtWebkit).
|
Calibre is okay, but text is often jumbled?