You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Ja...@ubsw.com on 2000/10/12 22:11:37 UTC

Not so newbie...still stumped (XSP Qu.)

Ladies & Gentlemen....i'm still at a loss.

The story so far:-
I have a well formed xml doc:- (http://server1/xxx/VD.xml)

==== Start xml page ====
<?xml version="1.0" encoding='ISO-8859-1'?>
<Results>
<totaldocs>67766</totaldocs>

<Document>
<author>Bosco Jensen</author>
<company>Telefonica|Terra</company>
<title>Terra Networks TerraLycos Presents New Team</title>
<subject>Company Update|Merger / Acquisitions / Divestiture|Morning
Note</subject>
<sector>Spain</sector>
<stock>Telefonica</stock>
<country>Spain</country>
<url>http://zzz/servlet/SrchDoc/108827.pdf?doc=108827</url>
<summtext>TerraLycos held an analyst presentation yesterday to introduce
the new  
with our previous estimates.</summtext>
<textnote></textnote>
<relurl>/servlet/SrchDoc/108827.pdf?doc=108827</relurl>
<verityurl>http://xxxxx/authorised/equitydocs/pubs/sep00/waa15044.pdf</v
erityurl>
<score>0</score>
<size>210993</size>
<date>19 sep 2000 16 52</date >
<documenttype>Equities Publication</documenttype>
<Mime-Type>application/pdf</Mime-Type>
<distribution>2</distribution>
<id>108827</id>
<pagecount>5</pagecount>
</Document>

</Results>

==== End xml page ====



I also have a well formed xsp page:- (http://server1/yyy/DynVD.xml)
==== Start xsp page ====

<?xml version="1.0" encoding='ISO-8859-1'?>
<?cocoon-process type="xsp"?>

<!-- <?cocoon-process type="xslt"?> -->

<!-- <?xml-stylesheet type="text/xsl" href="xsl/VD.xsl" ?> -->

<xsp:page language="java"
        xmlns:xsp="http://www.apache.org/1999/XSP/Core"
        xmlns:util="http://www.apache.org/1999/XSP/Util">
<page>
      <util:include-uri>
      <!-- calls above xml page -->
      <util:href>http://server1/xxx/VD.xml</util:href>       
      </util:include-uri>
</page>

</xsp:page>

==== End xsp page ====


I get the following error returned to my browser:-
{http://server1/xxx/VD.xml: org.xml.sax.SAXParseException:
 The reference to entity "goto" must end with the ';' delimiter.}  

- This must be due to the following string (&goto) showing up in the
processed xsp page making it "not well formed" - parser expects "&goto;"

As u can see neither the xsp page ot the xml page  contain the string
goto.

- What could be causing this? Where does "&goto" creep in?
- How can i fix it?
- Sorry if this e-mail comes as an attachment/hard to read...Corporate
e-mail  

Rgds & Thx,
James






Visit our website at http://www.ubswarburg.com

This message contains confidential information and is intended only 
for the individual named.  If you are not the named addressee you 
should not disseminate, distribute or copy this e-mail.  Please 
notify the sender immediately by e-mail if you have received this 
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free 
as information could be intercepted, corrupted, lost, destroyed, 
arrive late or incomplete, or contain viruses.  The sender therefore 
does not accept liability for any errors or omissions in the contents 
of this message which arise as a result of e-mail transmission.  If 
verification is required please request a hard-copy version.  This 
message is provided for informational purposes and should not be 
construed as a solicitation or offer to buy or sell any securities or 
related financial instruments.