- This topic has 23 replies, 6 voices, and was last updated 18 years, 2 months ago by
Riyad Kalla.
-
AuthorPosts
-
February 17, 2006 at 12:13 pm #246950
Riyad KallaMemberahh I’m actually impressed you found that. I would have torn my hair out 😉
February 20, 2006 at 2:10 pm #247093
pcwappdevMemberafter 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.
March 9, 2006 at 3:51 pm #248223
sanjeev_raoMemberpcwappdev: Do you still see the problem you reported on Feb 20, 2006 – 12:10 PM?
Just curious.
March 9, 2006 at 5:33 pm #248231
sanjeev_raoMemberMyeclipse 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-1600MyEclipse Enterprise Workbench
Version: 4.1.1 GA
Build id: 20060228-4.1.1-GAThanks again,
-SanjeevMarch 10, 2006 at 9:46 am #248268
Riyad KallaMemberSanjeev,
That was the point of this thread, be sure to start at the beginning of the thread: https://www.genuitec.com/forums/topic/workaround-xml-validation-fails-with-xslt/&postdays=0&postorder=asc&start=0April 26, 2007 at 12:37 pm #269443
xsl_userMemberI 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
April 26, 2007 at 1:16 pm #269446
Riyad KallaMemberaitia.int,
What does your XML Catalog entry look like? What does your XML example doc look like?April 26, 2007 at 1:30 pm #269448
xsl_userMemberThank 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.
April 26, 2007 at 3:04 pm #269455
Riyad KallaMemberStrange, either way I’m glad it’s working now.
-
AuthorPosts