Search found 4 matches

by jgarrison
Fri Jun 16, 2006 11:10 pm
Forum: XSLT and FOP
Topic: XSL if-expression question
Replies: 4
Views: 6755

XPath 2.0 if-expr

My original title is misleading. The if-expression I'm trying to use is defined by XPath, not XSLT.
by jgarrison
Fri Jun 16, 2006 10:30 pm
Forum: XSLT and FOP
Topic: XSL if-expression question
Replies: 4
Views: 6755

XSL if-expression question

OxygenXML is rejecting the following usage with "Unknown system function: if"
I have XPath level set to 2.0

<xsl:variable name="qd"
select="if(value/qDisplay/text() eq '')
then 'empty'
else 'right'"/>

Is this syntactically correct?
by jgarrison
Tue Jun 06, 2006 4:05 pm
Forum: Common Problems
Topic: WSDL SOAP Analyzer
Replies: 2
Views: 6017

Never mind, I was able to figure out the problem. The providers of the web service don't have a clue. The parameters are defined as string types, but they're expecting xml. I was providing unescaped xml, but since the types are strings, the xml has to be escaped. Why they didn't specify the expected...
by jgarrison
Mon Jun 05, 2006 7:20 pm
Forum: Common Problems
Topic: WSDL SOAP Analyzer
Replies: 2
Views: 6017

WSDL SOAP Analyzer

I get org.apache.commons.httpclient.HttpException : <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2...