Re: styling a stylesheet
Jonas Sicking <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Message-ID | <[email protected]> |
si wrote: > > > It is not clear what you are trying, can you post the URL to a simple > > example showing the problem? > > > > i'm trying to dynamically create a stylesheet using a stylesheet, see > below or here; > > http://vrml.portland.co.uk/svg/Document1.xhtml This is currently not possible. What you can do if you transform using javascript is that you can manually first transform your stylesheet-source and then use the result of that as stylesheet in a second transform. See http://developer.mozilla.org/en/docs/XSLTProcessor / Jonas