I know I could import or include, but it's more complicated than that.
The resultant stylsheet is stored (and run from ) a field in a database table so import/include won't work.
So what I will have is a collection of code snippets that I want to combine in various ways to create a stylesheet.
The reason for this is that the application will be returning different data from different sources, but a lot of it will be duplicated - client details for example.
What I don't want to have to do is go through every stylesheet in the table/file altering every instance of client details where they occur; I just want to alter one item, regenerate the stylesheets, then automatically load them back into the table.
It's probably simple, but I've had a long day.
TIA
Regards,
Graham
The resultant stylsheet is stored (and run from ) a field in a database table so import/include won't work.
So what I will have is a collection of code snippets that I want to combine in various ways to create a stylesheet.
The reason for this is that the application will be returning different data from different sources, but a lot of it will be duplicated - client details for example.
What I don't want to have to do is go through every stylesheet in the table/file altering every instance of client details where they occur; I just want to alter one item, regenerate the stylesheets, then automatically load them back into the table.
It's probably simple, but I've had a long day.
TIA
Regards,
Graham