RE: Problem with transformer src attribute

2002-04-29 Thread Lai, Harry
Hi Tilman, In your first transformer element (the SimpleTransformer one), use type as the attribute instead of name. Since you used name, the sitemap doesn't find a type, and uses the default. And since the default is xslt (unless you've modified it), it expects a src attribute, which is why

Re: Problem with transformer src attribute

2002-04-29 Thread Tilman Rassy
Hi Harry, thank you very much, now it works - and thank you as well for not being annoyed about my posting, which in fact was quite unnecessary. I've already written several generators and successfully tested them using the type attribute, so I shuold have known better. But today, I typed

RE: Problem with transformer src attribute

2002-04-29 Thread Graaf, Edgar de (fin)
map:transform name=SimpleTransformer/ must be map:transform type=SimpleTransformer/ -Oorspronkelijk bericht- Van: Tilman Rassy [mailto:[EMAIL PROTECTED]] Verzonden: maandag 29 april 2002 16:01 Aan: [EMAIL PROTECTED] Onderwerp: Problem with transformer src attribute Hi, I wrote s