Srikanth,
> When I view a xpl in browser it displayed
> XPL view must have a 'data' output error
the error message tells you what's the problem: a xpl view must have a
data output. So you have two possibilities:
- keep the xpl _as view_ and use a data output to return the xpl result
instance; to do this, you should drop the xml serializer (the last
processor in your pipeline), add a p:param type="output" name="data" and
connect the xquery processor to that output (using ref="data").
or
- change the corresponding page-flow entry from view="your-xpl.xpl" to
model="your-xpl.xpl"; then you can let the xpl content as it is.
hth
florian
--
You receive this message as a subscriber of the
[hidden email] mailing list.
To unsubscribe: mailto:
[hidden email]
For general help: mailto:
[hidden email]?subject=help
OW2 mailing lists service home page:
http://www.ow2.org/wws