| Author |
Message |
|
|
Post subject:
Posted: Feb 17, 2006 - 06:13 PM
|
|
Moderator


Joined: Jan 06, 2004
Posts: 23307
|
|
| ahh I'm actually impressed you found that. I would have torn my hair out ;) |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Feb 20, 2006 - 08:10 PM
|
|

Joined: Feb 16, 2006
Posts: 7
|
|
after all that, I've discovered that it doesn't really "validate" my xsl file, it just checks to see that it is well formed xml.
For example, the following xsl file:
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:badxsl>some bad xsl</xsl:badxsl>
</xsl:stylesheet>
Validates fine under myeclipse, but it is clearly not valid xsl. It would be nice if the validation actually told me if my xsl file was valid xsl, not just well formed xml. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Mar 09, 2006 - 09:51 PM
|
|

Joined: Feb 09, 2006
Posts: 9
|
|
pcwappdev: Do you still see the problem you reported on Feb 20, 2006 - 12:10 PM?
Just curious. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Mar 09, 2006 - 11:33 PM
|
|

Joined: Feb 09, 2006
Posts: 9
|
|
Myeclipse support personnel: Please describe how you created that XSL file where you seemed to have full XSL edtor functionality especially validation and code-assist/code completion. For some reason, I do not seem to be able to get it to work.
Eclipse SDK
Version: 3.1.2
Build id: M20060118-1600
MyEclipse Enterprise Workbench
Version: 4.1.1 GA
Build id: 20060228-4.1.1-GA
Thanks again,
-Sanjeev |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Mar 10, 2006 - 03:46 PM
|
|
Moderator


Joined: Jan 06, 2004
Posts: 23307
|
|
|
|
|
 |
|
|
Post subject:
Posted: Apr 26, 2007 - 06:37 PM
|
|
Registered Member


Joined: Apr 26, 2007
Posts: 2
|
|
I have the same problem. I added an entry to the xml catalog as described above, but I still can't use auto completition, and validation. Do I have to do anything else?
This is the starting of my xsd:
<?xml version="1.0" encoding="ISO-8859-2"?>
<xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
I'm using: eclipse 3.2.2, myeclipse 5.1.1. GA on windows |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Apr 26, 2007 - 07:16 PM
|
|
Moderator


Joined: Jan 06, 2004
Posts: 23307
|
|
aitia.int,
What does your XML Catalog entry look like? What does your XML example doc look like? |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Apr 26, 2007 - 07:30 PM
|
|
Registered Member


Joined: Apr 26, 2007
Posts: 2
|
|
Thank you for the quick replay.
Now, it seems like the problem is solved. For some reason it did not work for the first time I tryed. I realy don't know what happened. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Apr 26, 2007 - 09:04 PM
|
|
Moderator


Joined: Jan 06, 2004
Posts: 23307
|
|
| Strange, either way I'm glad it's working now. |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|