You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lenya.apache.org by Robert Goene <ro...@goene.nl> on 2005/06/02 10:27:46 UTC

Doctype problem

Hi All,

I don't seem to be able to edit a new doctype with BXE. The doctype is 
rendered correctly, the bxe_xpath seems correct to me, but BXE will stop 
loading at the 'XHTML loaded' step. Any idea's?


My xslt snippet that selects the xml doc:

<xsl:template match="cleancode:listdoc">
<xsl:copy-of select="lenya:meta"/>
<div id="body" xmlns="http://www.w3.org/1999/xhtml">
   <div bxe_xpath="/cleancode:listdoc/cleancode:list/">
     <xsl:apply-templates select="cleancode:list/node()"/>
   </div>
</div>
</xsl:template>


The xml document that is selected:

<?xml version="1.0" encoding="UTF-8"?>
<listdoc xmlns="http://www.cleancode.nl/doctypes/list/1.0" 
xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0" 
xmlns:dc="http://purl.org/dc/elements/1.1/">
<lenya:meta>
<dc:title>Newsitems</dc:title>
<dc:creator>Robert Goene</dc:creator>
<dc:subject/>
<dc:description/>
<dc:publisher/>
<dc:contributor/>
<dc:date>Thu May 26 18:36:36 CEST 2005</dc:date>
<dc:type/>
<dc:format/>
<dc:identifier/>
<dc:source/>
<dc:language>en</dc:language>
<dc:relation/>
<dc:coverage/>
<dc:rights/>
</lenya:meta>
<list>
<dl>
<dt>Titel</dt>
<dd>Omschrijving</dd>

<dt>Titel 2</dt>
<dd>Omschrijving</dd>

</dl>
</list>
</listdoc>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org