-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello Vadim,
> > I have a second problem with LinkSerializer. Sometimes I can only see
> href's
> > (no src),
> Give an example (reproducible).
> > sometimes I can't see any links.
> Same here.
I wasn't able to reproduce the version, where only href's where recognised,
but here's a version, which doesn't produce any links.
It's stripped down as much as possible. When it would work, you should see a
broken link to test2.html.
The error xsl isn't included, it's the sample.
With kind regards
Torsten Knodt
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQE9SAolvxZktkzSmiwRAndYAJ0SgE1mV0heRoaups9ovf3WJrhaVACggrs6
3DDSqIDMr/NU7e38YnQCCQg=
=EMJZ
-----END PGP SIGNATURE-----
<?xml version="1.0" encoding="utf-8"?>
<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
<map:components>
<map:generators default="file">
<map:generator label="content,data" logger="sitemap.generator.file" name="file" pool-grow="4" pool-max="32" pool-min="8" src="org.apache.cocoon.generation.FileGenerator" />
</map:generators>
<map:transformers default="xslt">
<map:transformer logger="sitemap.transformer.xsltc" name="xslt" pool-grow="2" pool-max="32" pool-min="8" src="org.apache.cocoon.transformation.TraxTransformer">
<use-request-parameters>true</use-request-parameters>
<use-browser-capabilities-db>true</use-browser-capabilities-db>
<use-deli>true</use-deli>
</map:transformer>
</map:transformers>
<map:serializers default="xhtml">
<map:serializer logger="sitemap.serializer.xhtml" mime-type="text/html" name="xhtml" pool-grow="2" pool-max="64" pool-min="2" src="org.apache.cocoon.serialization.XMLSerializer">
<doctype-public>-//W3C//DTD XHTML 1.0 Transitional//EN</doctype-public>
<doctype-system>http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</doctype-system>
<encoding>iso-8859-1</encoding>
<indent>1</indent>
</map:serializer>
<map:serializer logger="sitemap.serializer.links" name="links" src="org.apache.cocoon.serialization.LinkSerializer" />
</map:serializers>
<map:pipelines default="caching">
<map:pipeline name="caching" src="org.apache.cocoon.components.pipeline.impl.CachingProcessingPipeline" />
</map:pipelines>
</map:components>
<map:views>
<map:view from-position="last" name="links">
<map:serialize type="links" />
</map:view>
</map:views>
<map:pipelines>
<map:pipeline>
<map:generate src="test.html" />
<map:serialize type="xhtml" />
<map:handle-errors>
<map:transform src="error2html.xsl" />
<map:serialize status-code="500" />
</map:handle-errors>
</map:pipeline>
</map:pipelines>
</map:sitemap>
Title: Test
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>