You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by mohamed ramzy <m_...@yahoo.com> on 2000/05/18 13:06:58 UTC

XSP tutorial!!!

hi
really i'm new in useing XSP, so i'm asking if anyone
has an idea where can i find a good resource for XSP
rather than of the Apache.

i have another question.
i have tried to write a simple XSP, all what i did i
wrote a method to which i pass the Date and pattern
(YY/MM/DD), then this method calculate the date and
return it in the pattern i want, the proplem is i find
an error...

at
org.apache.xalan.xslt.XSLTEngineImpl.error(XSLTEngineImpl.java,
Compiled Code)
              at
org.apache.xalan.xslt.XSLTEngineImpl.error(XSLTEngineImpl.java,
Compiled Code)

any ideas...?

Thanx in Advance

__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/

Re: XSP tutorial!!!

Posted by Mike Engelhart <me...@earthtrip.com>.
on 5/18/00 6:06 AM, mohamed ramzy at m_ramzy@yahoo.com wrote:

> hi
> really i'm new in useing XSP, so i'm asking if anyone
> has an idea where can i find a good resource for XSP
> rather than of the Apache.
> 
> i have another question.
> i have tried to write a simple XSP, all what i did i
> wrote a method to which i pass the Date and pattern
> (YY/MM/DD), then this method calculate the date and
> return it in the pattern i want, the proplem is i find
> an error...
> 
> at
> org.apache.xalan.xslt.XSLTEngineImpl.error(XSLTEngineImpl.java,
> Compiled Code)
> at
> org.apache.xalan.xslt.XSLTEngineImpl.error(XSLTEngineImpl.java,
> Compiled Code)
> 
> any ideas...?
> 
> Thanx in Advance
Do you have a stylesheet associated with the XSP and if so, is it
well-formed?