Well, here is the usecase. The mobile portal supports downloading binary resources for the various handsets (that's implemented via the reader).
The resources to be downloaded depend of the handsets' parameterers, which are stored in xml-file. To pass the necessary params to the reader, I need to get them from xml by their User-Agent (i.e. to apply an xpath). The case is complicated in that the handsets descriptions are stored to the different files accorting to their mobile network(Various networks may have different settings for some handsets). So that's all. Just now I've invented a solution: I can write a serializer instead of a reader and extract all data in xslt's. But that's more ugly, and very sad if the same is impossible with XMLFileModule. Alexander. ////////////////// ----- Original Message ----- From: "Jorg Heymans" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, June 01, 2005 11:05 PM Subject: Re: XMLFileModule for a dynamic file. > > Alexander Berezhnoy wrote: > > Plain XSLT won't help here. > > I need to extract the string and pass it as a param, say, to a reader. > > > > Well, TIMTOWTDI ! > > Explain your usecase, maybe there is another way to achieve the same result. > > Jorg > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
