Re: xul generation with xslt
Axel Hecht <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
[email protected] schrieb: > > Thanks Manos, > > I didn't even think about that. It seems that it doesn't matter wether > I use xml or html output. The only problem I have to fix now is the xul > display is showing up very small i.e. the buttons are tiny. Generating XUL is not supported. Like, we don't give you a xul document, for starters. Plus, there is no guarantee for anything to work like you would expect, as you're using a completely different codepath on the wrong kind of document. The last issue may be that you didn't link to the global skin stylesheet, which all XUL needs to catch the theme. (Sadly) Axel