Envoyé par : lfournier
Date : 09/03/2007 16:44
Bonjour,
Pourquoi dans le XUL suivant, un RDF alimente bien des balises html:p et cela ne marche pas avec une table html (html:td) ?
Est ce un bug ?
<?xml version="1.0"?> <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml"> <html:div id="photosList" datasources="table.rdf" ref="urn:data:row"> <template> <html:p uri="rdf:*"><textnode value="rdf:http://dummy/rdf#c2"/></html:p> </template> <html:table><html:tr> <template> <html:td uri="rdf:*"><textnode value="rdf:http://dummy/rdf#c2"/></html:td> </template> </html:tr></html:table> </html:div> </window>
Il n'est plus possible de poster des messages dans ce forum.
Copyright © 2003-2013 association xulfr, 2013-2016 Laurent Jouanneau - Informations légales.
Mozilla® est une marque déposée de la fondation Mozilla.
Mozilla.org™, Firefox™, Thunderbird™, Mozilla Suite™ et XUL™
sont des marques de la fondation Mozilla.