xsl-list
[Top] [All Lists]

Re: [xsl] RE: Error message, doc not well formed, still more info

2011-05-04 04:49:36
On 4 May 2011 10:37, Steve Fogel <STEVE(_dot_)FOGEL(_at_)oracle(_dot_)com> 
wrote:
Hi, all...

Thanks to the Oxygen debugger, I've determined that the output of the 
stylesheet listed in my previous message looks like this:


<!DOCTYPE div
 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<div xmlns="http://www.w3.org/1999/xhtml"; class="header">
<a id="top" name="top"/>
<div class="zz-skip-header">
<a href="#BEGIN">Skip Headers</a>
</div>
<table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" 
width="100%">
<tr>

etc.

This is why it's expecting only one div, not three, but where the heck is the 
<html> tag and the <body> tag, which should be enclosing all this??!!

This should be DOCTYPE html.

Any ideas?

Incorrect primary stylesheet... wrong initial template... some
intermediate step... import order has changed which has changed
priorities... just guessing now.


-- 
Andrew Welch
http://andrewjwelch.com

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>