Title: Generator already set. You can only select one Generator

Heya,

  I'm trying to do something like this (in sketchy psudocode):

<map match="foo-generate-bar-*">
..generate a xsp file...
</map>

<map match="foo-view-*">
..use "foo-generate-bar-{1}" as the src and generate html from the generated xsp..
</map>


And I'm getting the error in the subject line.

So, quick question: before I go and start debugging, can I have that setup?

Basically:

file.xml + file.xsl = file.xsp

file.xsp + file2.xsl = file.html

- or -

(file.xml + file.xsl) + file2.xsl = file.html


Am I making any sense?  Is this possible the way I'm trying to do it or is there another method?

-Tom

Reply via email to