your xml is not well formed..
Manish Shah wrote:
> Hello all,
>
> I am getting the following exception when trying to do a xml/xsl
> transformation. The XML and XSL are correct. Anyone know why else it
> would be happening?
>
> Thanks.
>
> Manish
>
> rg.xml.sax.SAXParseException: The root elemen
Thanks a lot...
Regards
Abhishek
"Andrew C. Oliver" wrote:
> Have you looked at the examples?
>
> Samples->Legacy Format
>
> or under
> webapp/cocoon/samples/poi/
>
> or the docs ->
>
> http://xml.apache.org/cocoon/userdocs/serializers/xls-ser
Hi,
I am having a xml file ,xslt for that xml.
Could any one suggest me how to define a pipeline for generating an excel sheet
from this xml.
Regards
Abhishek
begin:vcard
n:Goel;Abhishek
tel;work:020-767-79811
x-mozilla-html:FALSE
adr:;;
version:2.1
email;internet:[EMAIL PROTECTED]
fn:Abhis
Hi,
i was also facing similar type of problem.so i replace my xsp:request tag with
XSPRequestHandler.In your case it should be like this:
(XSPRequestHelper.getSessionAttribute (objectModel, String.valueOf("store-name"),
null));
aboce statement returns Object type.
cast it to the desire object ty
Abhishek Goel
begin:vcard
n:Goel;Abhishek
tel;work:020-767-79811
x-mozilla-html:FALSE
adr:;;
version:2.1
email;internet:[EMAIL PROTECTED]
fn:Abhishek Goel
end:vcard
-
Please check that your question has not already been
yes,exactly what i needed.
thanks for the great help.
Regards
Abhishek Goel
"Naquin, Beth" wrote:
There is a browser selector and some examples in the cocoon
examples.
http://xml.apache.org/cocoon/userdocs/concepts/matchers_selectors.html
The example shows using different style
Hi,
i want to execute my pipeline only when browser is IE and if browser is
netscape i want other pipeline to get executed.
Can anyone help me in this?
Regards
Abhishek Goel
-
Please check that your question has not already
Hi,
please check whether your sitemap.xmap and other configuration files are at the
right place as defined in web.xml.
Regards
Abhishek Goel
Philipp Bo?em wrote:
> hi,
>
> it seems, that adobe is about to start. but than a message within browser
> appers, that there is an error whi
hi,
i think for this you have to use FOPserializer and then you should define that
serializer in your
pipeline.
Hope this will work.
Regards
Abhishek Goel
Philipp Bößem wrote:
> hi,
>
> does anyone know, how to define a pipline for opening pdf s beeing stored
> under cocoon.
>