View Single Post
Old 01-16-2016, 05:34 AM   #4
bhambhu
Member
bhambhu began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Apr 2014
Device: epub to pdf
<title>Unknown</title> in epub xhtml file or html file

Hi,

i m convert docx to epub but after conversion go to editor saw <title>Unknown</title> in all html(xml) file

i want automatic add title alue according to page heading when book convert in caliber.

converted html(xml) code
<?xml version='1.0' encoding='utf-8'?>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Unknown</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link href="stylesheet.css" rel="stylesheet" type="text/css"/>
<link href="page_styles.css" rel="stylesheet" type="text/css"/>
</head>
<body class="calibre5">
bhambhu is offline   Reply With Quote