Changeset 750ccaa for archiver/pipelines/actions/archive-resource.xpl
- Timestamp:
- 13/04/2012 11:58:38 (14 months ago)
- Branches:
- master
- Children:
- cf97a98
- Parents:
- 16cc943
- git-author:
- Eric van der Vlist <vdv@dyomedea.com> (13/04/2012 11:58:38)
- git-committer:
- Eric van der Vlist <vdv@dyomedea.com> (13/04/2012 11:58:38)
- File:
-
- 1 edited
-
archiver/pipelines/actions/archive-resource.xpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
archiver/pipelines/actions/archive-resource.xpl
r16cc943 r750ccaa 49 49 50 50 <!-- HTML document : need to update the links... --> 51 <p:when test="/archive/response/document/@content-type=('text/html' )">51 <p:when test="/archive/response/document/@content-type=('text/html', 'text/css')"> 52 52 53 53 <!-- Call the corresponding pipeline to extract the links and rewrite them --> … … 161 161 declare variable $links := $(links); 162 162 163 for $q in /queue return 163 for $q in /queue[$links/link/@abs-href] 164 return 164 165 update 165 166 insert
Note: See TracChangeset
for help on using the changeset viewer.
