My question concerns when a resource is read when using a dynamic writer. Is it read at the start of the process or immediately before needing when dynamically writing?
I am modifying the xml schema in my workspace and overwriting the file. However from what I can see the resource has already been read and applied as the schema.
Should the resource be read just before the writer needs it or at some earlier point?
Could I use an attributefilereader to read in the xml as an attribute and use this as a schema attribute just before the writing bypass this issue?
Thanks,
Ian