I've got an XML document, and I've used XpathExtract to pull out some values
and put them into document attributes. Then I want to use XpathSplitter to
break the document down into parts, so that I can do something for each part
(e.g. store values in the database using SqlWriter). However, the document
attributes I assigned previously are all gone after the XpathSplitter stage.
Is this by design? Is there another/better way to do what I'm trying to do?
-Jonathan
|