Looks like a JAXP error; it can't find a processor.  Have you put
xalan.jar in your lib/ directory, either for the whole appserver or for
your webapp (WEB-INF/lib)?

Jeff Schnitzer
[EMAIL PROTECTED]

> -----Original Message-----
> From: Thomas Wheeler [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 02, 2002 4:04 PM
> To: Mav-User (E-mail)
> Subject: [Mav-user] XSLTransform
> 
> I'm trying to figure out how to get XSL transforms to work.  I have
the
> following command for the friendbook-jsp:
> 
>               <command name="xsltest">
>                       <view path="xsltest.jsp">
>                               <transform type="xslt"
path="xsltest.xsl"/>
>                       </view>
>               </command>
> 
> xsltest.jsp and xsltest.xsl correspond to the birds.xml and birds.xsl
from
> the Xalan samples/SimpleTransform directory -- so I know I'm working
with
> valid xml/xsl anyway :).
> 
> Here's a snippet of the stack trace I'm getting.  Any ideas what I'm
doing
> wrong?
> 
> javax.xml.transform.TransformerFactoryConfigurationError: Provider for
> javax.xml.transform.TransformerFactory cannot be found
>       at
>
javax.xml.transform.TransformerFactory.newInstance(TransformerFactory.ja
va
> :1
> 45)
>       at
>
org.infohazard.maverick.transform.XSLTransform.loadTemplate(XSLTransform
.j
> av
> a:113)
>       at
> org.infohazard.maverick.transform.XSLTransform.(XSLTransform.java:79)
>       at
>
org.infohazard.maverick.transform.XSLTransformFactory.createTransform(XS
LT
> ra
> nsformFactory.java:178)
>       at
>
org.infohazard.maverick.flow.MasterFactory.createPlainTransform(MasterFa
ct
> or
> y.java:222)
>       at
>
org.infohazard.maverick.flow.MasterFactory.createTransform(MasterFactory
.j
> av
> a:198)
>       at
>
org.infohazard.maverick.flow.MasterFactory.createTransforms(MasterFactor
y.
> ja
> va:185)
>       at
>
org.infohazard.maverick.flow.MasterFactory.createView(MasterFactory.java
:7
> 8)
>       at
>
org.infohazard.maverick.flow.ViewRegistry.createViewsMap(ViewRegistry.ja
va
> :1
> 20)
>       at
>
org.infohazard.maverick.flow.CommandFactory.createCommand(CommandFactory
.j
> av
> a:52)
>       at
org.infohazard.maverick.flow.Loader.loadDocument(Loader.java:181)
>       at org.infohazard.maverick.flow.Loader.(Loader.java:88)
>       at
> org.infohazard.maverick.Dispatcher.reloadConfig(Dispatcher.java:220)
>       at org.infohazard.maverick.Dispatcher.init(Dispatcher.java:150)
> 
> Thanks,
> -Thomas
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Mav-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/mav-user
> Archives are available at http://www.mail-archive.com/


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mav-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mav-user
Archives are available at http://www.mail-archive.com/

Reply via email to