R
richard green
I have a huge text file which contains a list of all possible services
that can be offered to the users. Let's say it looks like
<services>
<service>srv1</service>
<service>srv2</service>
</services>
But a user is not eligible for all the services. So if a user is
eligible only for service1 then his file will look like
<services>
<service>srv1</service>
</services>
The flags which govern whether the user is eligible for a service are
stored in a database. Is it possible to write an XSL stylesheet which
will inquire any database (including relational and flat file) to
output the final xml shown above. Or can it be done using Java?
Any help or pointers are welcome.
Thanx in advance,
richard
that can be offered to the users. Let's say it looks like
<services>
<service>srv1</service>
<service>srv2</service>
</services>
But a user is not eligible for all the services. So if a user is
eligible only for service1 then his file will look like
<services>
<service>srv1</service>
</services>
The flags which govern whether the user is eligible for a service are
stored in a database. Is it possible to write an XSL stylesheet which
will inquire any database (including relational and flat file) to
output the final xml shown above. Or can it be done using Java?
Any help or pointers are welcome.
Thanx in advance,
richard