Bug 428931 - books created using 'create_book' do not validate against XHTML 1.0
Summary: books created using 'create_book' do not validate against XHTML 1.0
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Publican
Classification: Community
Component: publican
Version: 2.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeff Fearn 🐞
QA Contact: Michael Hideo
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-01-16 03:25 UTC by Murray McAllister
Modified: 2015-01-04 22:35 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-02-07 05:20:43 UTC
Embargoed:


Attachments (Terms of Use)

Description Murray McAllister 2008-01-16 03:25:28 UTC
Description of problem:
Books created using the "create_book" command do not validate against w3c
validation tools.

All HTML should validate against XHTML 1.0 Strict.

How reproducible:
Always.

Additional info:
This problem is caused when you override xsl templates and do not override the
name space.

Thanks.

Comment 1 Murray McAllister 2008-01-24 06:07:47 UTC
As well:

1. create_book --name Test_Book
2. use the w3c validator service on "Test_Book/tmp/en-US/html/index.html"

Results:

6 errors ""there is no attribute "xmlns"."

Thanks

Comment 2 Jeff Fearn 🐞 2008-02-07 05:20:43 UTC
added default name space to xsl files


Note You need to log in before you can comment on or make changes to this bug.