Re: Problem with document() Function
"Ntti" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
Jonas Sicking schrieb: > It does not matter if the uri is relative or absolute, what matters is > uri of the page trying to do the transform and the resolved uri of the > stylesheet document. > > I think you'll need to attach an example to show what you are doing. > > / Jonas the resolved uri of the stylesheet document is chrome://metabook/content/ergebnisse.xsl and the uri of the page trying to do the transform is actually the same. the xul page and the javscript file are in the same directory. chrome://metabook/content/ It is a mozilla extension which extracts data from web and creates xml files which should be transformed with the xsl file. an example, what exactly do you want me to attach? I can not attach the extension because it is my exam work and it is not finished. But I became a tip how to avoid this problem, I could merge the documents to one( without xslt) and then apply the xslt sheet for this one document. I hope this would work. Thanks Ninette