Hi --

I'm trying to integrate the dvsl feature into my existing maverick 
app.  I'm able to get it to build and process with out errors, but oddly 
enough, I see the output page in either of two ways:

1. It might have, as 
text, the correctly processed output.  Also, the text doesn't include the 
"frame" transformation.

2.  It might include the unprocessed  faq.xml file 
inside of my frame.

I keep toying with maverick.xml but am not able to 
find the winning combination.  These are the sort of thing sI've 
tried:

<view path="faq.xml">
        <transform path="faq.dvsl" type="dvsl"/>
        <transform path="frame.vm"/>
</view>

<view path="faq.xml">
        <transform>
                <path="faq.dvsl" type="dvsl">
                <path value="frame.vm"/>
        </transform>
</view>

<view path="faq.xml">
        <transform path="faq.dvsl" type="dvsl">
                <path value="frame.vm"/>
        </transform>
</view>

As you might guess, I want the faq.xml file to be processed by dvsl using 
faq.dsvl.  Then I want the output processed by velocity using frame.vm.

Any ideas?
Thanks again,
Dan



_______________________________________________
Mav-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mav-user

Reply via email to