"Bjoern Hoehrmann" <bjoern@hoehrmann.dewrote in message
news:ci82d45b80st2rmu9mnbsirbeptbg25icl@hive.bjoer n.hoehrmann.de...
Quote:
>* Andy Fish wrote in microsoft.public.dotnet.xml: Quote:
>>we have been unable to reproduce the problem in the development
>>environment.
>>clearly the problem is data dependent but the customer's data is
>>confidential so they can't send the files to us
| >
You can send them an XSLT that removes all confidential data from the
document, like removing attributes not used in the transformation, use
replacement text for text nodes, and so on. They could then send you
the remaining skeleton. How easy this would be depends on the formats
in question of course.
--
|
hey that's a neat idea. the document is Word XML so all the words (and only
the words) will be within <w:telements. I think they probably have images
and diagrams but we could work around that...
at the moment i'm working on changing the XSLT to add logging using a custom
script block to call log4net. hopefully they can send me the resulting log
file and i should be able to figure out from that what's happening. if that
doesn't work, I think yours will be my next stop
thanks
Andy