I am trying to include the HTML output of a JSP page in my XSL using the
following statement:
<xsl:copy-of
select="document('http://ahtest.forbes.com/department_home.jsp?namerefer
ence=business')" />
What happens when you access this URL via browser?
If I actually cut and paste the HTML output of that JSP page into the
XSL instead of the above copy-of statement, it works fine. Otherwise, I
get the following error:
Could not read resource
file:/D:/test/www/cocoon/ahxml/xml/dept_home/department_home_business.xm
l
Is it HTML or XML? Though the HTML might be well-formed I have whitespaces before the XML declaration or the first element in mind.
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
