xml/kml2golfml.xsl: line 60: You cannot call an attribute 'xmlns:xsi'
[xslt] : Fatal Error! Could not compile stylesheet
[xslt] Failed to process null
Commented out the line and the output golfml element seems to look ok
<golfml xmlns="http://code.google.com/p/golfml" xmlns:xsi="http://
www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://
code.google.com/p/golfml ../schemas/golfml.xsd" version="0.9">
On Feb 18, 7:18 pm, Sekar <shake...@yahoo.com> wrote:
> I am using kml2golfml using xslt task in ant-1.7.1 to convert a kml --
>
> >golfml file. Line 60 errored out
>
> xml/kml2golfml.xsl: line 60: You cannot call an attribute 'xmlns:xsi'
> [xslt] : Fatal Error! Could not compile stylesheet
> [xslt] Failed to process null
>
> Commented out the line and the output golfml element seems to look ok
> <golfml xmlns="http://code.google.com/p/golfml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://
> code.google.com/p/golfml ../schemas/golfml.xsd" version="0.9">