[owl-s] javax.xml.transform.TransformerConfigurationException
Ganesh Subbiah
ganesh.subbiah at student.utdallas.edu
Wed Oct 25 14:17:31 EDT 2006
Thanking you both for the help.
But I have written grounding without embedding them inside CDATA tags
and it works
This worked after embedding it.
Andras Balogh wrote:
>
>Hi,
>
>have you tried putting the xsl part in CDATA section like:
>
><![CDATA[
>
><xsl:stylesheet version="1.0"
>...
></xsl:stylesheet>
>]]>
>
>Best wishes,
>
>András Balogh
>
>Tel.: 0721 / 9638-524
>
>Meine Visitenkarte mit Anfahrtsrouting:
>www.mapcard.de?andras.balogh at cas.de
>
>CAS Software AG
>Richtig informiert. Jederzeit und Überall.
>www.cas.de
>Impressum und AGBs
>
>-----Ursprüngliche Nachricht-----
>Von: owl-s-bounces at lists.mindswap.org
>[mailto:owl-s-bounces at lists.mindswap.org] Im Auftrag von Ganesh Subbiah
>Gesendet: Mittwoch, 25. Oktober 2006 00:47
>An: owl-s at lists.mindswap.org
>Betreff: [owl-s] javax.xml.transform.TransformerConfigurationException
>
>Hello All
>
>I get this error for an OWL-S service given below
>
>
><grounding:wsdlOutput>
> <grounding:WsdlOutputMessageMap>
> <grounding:wsdlMessagePart
>rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
>
>>http://localhost:8084/TheaterService/GetAllTheaters?WSDL#return</grounding:
>wsdlMessagePart>
> <grounding:owlsParameter rdf:resource="#GetTheatersResult"/>
> <grounding:xsltTransformationString rdf:datatype=
> "http://www.w3.org/2001/XMLSchema#string">
> <xsl:stylesheet version="1.0"
>xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
>xmlns:ns="http://services.utdgeo.org/"
> xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
> <xsl:output method="xml" version="1.0" encoding="UTF-8"
>indent="yes"/>
> <xsl:template match="/">
> <xsl:variable name="X1" select="//return/text()"/>
> <rdf:RDF
>xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>xmlns:OGCServ="http://127.0.0.1/Ontology/OGCServiceontology.owl#">
> <OGCServ:Theaters>
> <OGCServ:rank1><xsl:value-of select="$X1"/></OGCServ:rank1>
> </OGCServ:Theaters>
> </rdf:RDF>
> </xsl:template>
> </xsl:stylesheet>
> </grounding:xsltTransformationString>
> </grounding:WsdlOutputMessageMap>
> </grounding:wsdlOutput>
>---------------------------------------------------------------------
>WSDL Output paramater Schema Definition is as follows
>
>xs:complexType name="FindAllTheatersResponse">
>- <xs:sequence>
> <xs:element type="xs:string" minOccurs="0" name="return" />
> </xs:sequence>
> </xs:complexType>
>
>
>--------------------------------------------------------------------
>fatal Error] :-1:-1: Premature end of file.
>ERROR: 'Premature end of file.'
>XSLT Engine cannot apply transformation
>javax.xml.transform.TransformerConfigurationException: Could not
>compile stylesheet
>FATAL ERROR: 'Could not compile stylesheet'
>
>
>Can anyone help me out , i have been figuring thisout for a long time
>
>Regards
>Ganesh Subbiah
>
>_______________________________________________
>OWL-S mailing list
>OWL-S at lists.mindswap.org
>http://lists.mindswap.org/mailman/listinfo/owl-s
>
------------------------------------------------------------------------
_______________________________________________
>OWL-S mailing list
>OWL-S at lists.mindswap.org
>http://lists.mindswap.org/mailman/listinfo/owl-s
>
More information about the OWL-S
mailing list