Code completion failure
Posted: Fri Oct 06, 2006 2:08 pm
Hi,
I've just installed the Oygen 7.2 plugin for eclipse 3.2 (I'm fairly certain that I have the correct version for my version of eclipse). I'm using the XSL editor and unfortunately the code completion mechanism doesn't work. I've tried typing < and waiting and tried typing < and then ctrl+space. Neither have the intended effect. When I type ctrl+space I get a little red triangle on the base of the eclipse screen saying "failed to parse stylesheet" and in the Errors tab I get the message "Premature end of file".
At the time of typing ctrl+space, the content of the file is:
Any ideas on what I've done wrong.
I've just installed the Oygen 7.2 plugin for eclipse 3.2 (I'm fairly certain that I have the correct version for my version of eclipse). I'm using the XSL editor and unfortunately the code completion mechanism doesn't work. I've tried typing < and waiting and tried typing < and then ctrl+space. Neither have the intended effect. When I type ctrl+space I get a little red triangle on the base of the eclipse screen saying "failed to parse stylesheet" and in the Errors tab I get the message "Premature end of file".
At the time of typing ctrl+space, the content of the file is:
Code: Select all
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/profile">
</xsl:template>
</xsl:stylesheet>