The DomifyViewFactory in opt-domify and DVSLTransformFactory in
opt-velocity have been updated in CVS to reflect the new APIs.  Take a
look.  Remember that the <transform> syntax for multiple transforms has
changed a little, from:

<view>
  <transform>
    <path value="blah.xsl"/>
    <path value="blah2.xsl"/>
  </transform>
</view>

to:

<view>
  <transform path="blah.xsl"/>
  <transform path="blah2.xsl"/>
</view>

Early next week I'll update the docs and post the official releases.

Jeff Schnitzer
[EMAIL PROTECTED]

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

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

Reply via email to