Hello!
I noticed an interesting "feature" from the aggregator.
Given the following sitemap fragment:
<map:match pattern="x">
<map:aggregate element="r">
<map:part src="a.xml"/>
</map:aggregate>
<map:serialize type="xml"/>
</map:match>
With a.xml being:
<a>
asdf
</a>
The output is:
<r>
><a>
asdf
</a></r>
Note the extra ">"!!
No matter what I try, I always get this extra character coming out of the
aggregator. The only way to get rid of it is to use either any kind of
transform, or to use the html serializer.
Thought somebody would want to know...
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]