> Hi all, > > We're getting this error on sourcewrite transformer: > > "The src attribute doesn't resolve to a writeable source and failed to > cancel " > ... > <source:write src="context://pubmed/repository/my.xml"> > ...
The source you write to must be 'writable'. Obviously 'context:' does not refer to a source that is writable. If you wish to write to a file, try either src="pubmed/repository/my.xml" or src="file:/path/to/context/pubmed/repository/my.xml" This should work as file: is writable. Regards, Upayavira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]