> From: Hahn Kurt (CHA) [mailto:[EMAIL PROTECTED]]
> 
> Two of them work, maybe someone can help to get the third to work:
> Can anybody confirm or correct the code-sample below? I'm getting no
errors
> if I remove the processing instruction, but the processing instruction
seems
> to cause a "resource-not-found"-error, although the xsl-file is
located in
> the same subdirectory.
> 
> <?xml version="1.0"?>
> <?xml-logicsheet href="logicsheet.greeting3.xsl"?>
> <xsp:page
>   xmlns:xsp="http://apache.org/xsp";
>   xmlns:greeting="http://duke.edu/tutorial/greeting";>
> 
>   <greeting>
>     <greeting:hello-world/>
>   </greeting>
> 
> </xsp:page>

http://cvs.apache.org/viewcvs.cgi/xml-cocoon2/src/webapp/docs/samples/xs
p/Attic/logicsheet.xsp?rev=1.5&content-type=text/vnd.viewcvs-markup

" URL relative to the current sitemap CAN NOT be used, as 
  logicsheet is the global object, shared between all sitemaps."

Should better be written as:

" Relative URL CAN NOT be used, as 
  logicsheet is the global object, shared between all sitemaps."


Vadim

...



---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to