Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-incubator-dev] Vex - What is the intension of StyleSheet.source/Rule.source?

Holger, do yu have an idea if multiple StyleSheets or Rules can be combined with Vex?

Dave

On 02/15/2010 01:18 AM, Florian Thienel wrote:
What is the intension of StyleSheet.source/Rule.source?

Sure, it is the source of the stylesheet (that's what the javadoc says). And it is used to calculate the weight of property declarations. Which means there must be a way to mix multiple stylesheets from different sources. How can I do this?

I found only one occurrence of StlyeSheetReader.setSource in RuleTest.java, which is not very meaningful for me.

~Florian
_______________________________________________
wtp-incubator-dev mailing list
wtp-incubator-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-incubator-dev




Back to the top