blob: bdffc55a931c55c99e2a331025a3531e7c44d3bb [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" "../../dtd/document-v10.dtd">
<document>
<header>
<title>Fragment Extractor Transformer</title>
<version>0.9</version>
<type>Technical document</type>
<authors>
<person name="Carsten Ziegeler" email="cziegeler@apache.org"/>
</authors>
<abstract>This document describes the Fragment Extractor transformer of Cocoon.</abstract>
</header>
<body>
<s1 title="Fragment Extractor Transformer">
<p>This transformer sieves an incoming stream of xml with embedded SVG images
and replaces the images with an xlink locator pointing to the image.</p>
<ul>
<li>Name : extractor</li>
<li>Class: org.apache.cocoon.transformation.FragmentExtractorTransformer</li>
<li>Cacheable: no.</li>
</ul>
</s1>
</body>
</document>