Hi.
In my attempt of writing a reader component, I want
my reader write to a file that stays in the same directory as
the sitemap from which the said component is instantiated,
putting aside legitimacy of doing such. (I am trying to implement
my own caching as I want to impose cetrain directory hierarchy
in the cache.)
For reading, I guess I can use resolver.resolveURI(), giving
it a relative path, in setup() method and use returned Source
for reading.  But I can't find out an equivalent scheme for writing.
Any help and pointer to information is appreciated.

-shinji


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to