does saxon check dates for processing
Added by Anonymous over 19 years ago
Legacy ID: #3096068 Legacy Poster: James Fuller (cutlass)
what algorithm does saxon use to decide if to apply a transform , if a result document is already in existence? for example is the date of source xml checked against existing result document ? tia, Jim Fuller
Replies (3)
Please register to reply
RE: does saxon check dates for processing - Added by Anonymous over 19 years ago
Legacy ID: #3096145 Legacy Poster: Michael Kay (mhkay)
If you request a transformation, you get one. If the result document already exists, it is overwritten. Michael Kay
RE: does saxon check dates for processing - Added by Anonymous over 19 years ago
Legacy ID: #3096210 Legacy Poster: James Fuller (cutlass)
yes, of course.... I was more thinking of relating the creation/modified date of source xml with result document....if they were equal then one could skip processing.....perhaps an optional commandline switch option.... thx, Jim Fuller
RE: does saxon check dates for processing - Added by Anonymous over 19 years ago
Legacy ID: #3096328 Legacy Poster: Michael Kay (mhkay)
I think it's important to avoid the software becoming too monolithic. This kind of functionality belongs at the next level up, in some kind of content management application or a tool such as Ant. Michael Kay
Please register to reply