Error parsing XSLT System.Xml.Xsl.XslCompiledTransform An error occurred during a call to extension function 'GetXmlDocumentByUrl'. See InnerException for a complete description of the error.
Iam using an simple xml proxy for transforming the xml:
Has it been working on the live site before? Just to make sure its not a firewall, anti-virus or something that is blocking your request, which I guess is over port 80.
Problem using GetXmlDocumentByUrl with google CSE
Hi.
Locally i have no problem requesting google CSE:
http://jj.kraftvaerkaarhus.dk/soeg.aspx?q=test&sa.x=18&sa.y=2&umbdebugshowtrace=true
But on our live site i get an error, files are 100% identical on remote and local server.
http://www.aarhusnetsport.dk/soeg.aspx?q=test&sa.x=18&sa.y=2&umbdebugshowtrace=true
The error is:
Error parsing XSLT System.Xml.Xsl.XslCompiledTransform
An error occurred during a call to extension function 'GetXmlDocumentByUrl'. See InnerException for a complete description of the error.
Iam using an simple xml proxy for transforming the xml:
http://pastebin.com/m3f06b037
An example of an search on "test"
http://www.google.com/search?q=test&hl=da&start=0&num=100&output=xml_no_dtd&client=google-csbe&cx=013072118847133125193:cxgwdcr5i8i
Does any one have any suggestions ? - Or how do i see the innerexception on the remote server - i cant debug it locally, when the service works fine.
Thx in advance, please tell me if i need to send more information.
/Jacob Jensen
uhmmm links works fine, but there are querystrings attached.
Has it been working on the live site before? Just to make sure its not a firewall, anti-virus or something that is blocking your request, which I guess is over port 80.
- Morten
From the test example you added to your post I tried to run these two lines from within the developer section (visualize xlst):
and I got this result:
Maybe you can try and run it from umbraco on the live site to see what happens. If there is an error it will be displayed.
- Morten
Thx, the server blocked the request, dunno why, but ill figure out !!!
Best regards
/J
nice : http://www.aarhusnetsport.dk/soeg.aspx?q=test
Thx alot
Looks good! Remember to mark your question as solved if you don't have any further questions ;)
- Morten
is working on a reply...