Butler, Mark wrote: > > Hi Carsten > > Yes sorry, I should have but a comment on the commit, thats fixed the NPE, > but it turns out deli/sitemap.xmap was wrong also - it should be > > <map:match pattern="deli.html"> > <map:generate src="context://samples/deli/samples.xml"/> > <map:transform src="context://samples/deli/deli_test.xsl" > type="deli"/> > <map:serialize type="html"/> > </map:match> > Yes, if you want to use deli you have now to use the "deli" transformer.
> when I change this, I get a different exception when I load the sample and > try to read the 'deli-capabilities' document that > DeliTransformer.java gives > to the XSLT transform - I'm trying to fix this now: > This error seems to be related to xsltc; I just committed a change, so the deli transformer now uses xalan instead of xsltc and the test page works for me. I also updated the samples. Can you please confirm that everything is working for you as well? Thanks Carsten
