Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » xsl import validation
xsl import validation [message #272102] Fri, 10 July 2009 11:56 Go to next message
Ulrich Scheper is currently offline Ulrich ScheperFriend
Messages: 2
Registered: July 2009
Junior Member
Hi!
In the former eclipse version (I think Ganymede) I used xsl:import without
any problems. Now I upgraded to the current version Galileo and the xsl
validation fails.

What do I do - Within my project I reference xsl scripts from different
sub-packages. When I executed the packed jar files of this project
everything works fine. Only the xsl validation within Galileo fails. Here
an example:

I have an xsl file named "library.xsl" in lets say "com.test.common.xsl".
This xsl is part of my "commons.jar". Now I have a product specific xsl
named "product.xsl" in lets say "com.test.product.xsl" and wish to
reference the library. So I use <xsl:import
href="com/test/common/xsl/library.xsl"> . This xsl is part of my
product.jar file. In the older version of eclipse I never had problems
validating the xsl file and the referenced templates could be validated,
too. Since I use Galileo I get the message "missing import: ..." and
neither the imported file nor the templated defined within the imported
files can be validated. Is the problem known and is there any solution for
this problem? I don't want to and I can't redefine all imports of my
products. A redefinition of the import statement is quite a problem since
several products have been released based on the old syntax throughout my
company which means to over 500 clients...

Any help is appreciated. Thank you


Uli


PS: The file structure within my project looks as follows (hope this
works...)

common.test
|
-- common
| |
| -- xsl
| |
| -- library.xsl
|
-- product
|
-- xsl
|
-- product.xsl
Re: xsl import validation [message #272150 is a reply to message #272102] Mon, 13 July 2009 08:49 Go to previous messageGo to next message
Ulrich Scheper is currently offline Ulrich ScheperFriend
Messages: 2
Registered: July 2009
Junior Member
nobody can help here? So I suppose it's a bug...
Re: xsl import validation [message #665139 is a reply to message #272102] Wed, 13 April 2011 12:43 Go to previous messageGo to next message
Matteo TURRA is currently offline Matteo TURRAFriend
Messages: 4
Registered: July 2009
Junior Member
I have the same issue. I tried with eclipse 3.7.0 and I cannot let it work. I tried with XML catalog: I wrote the catalog outside Eclispe because inside the IDE you can only add uri for xsd, xml and taglib, but not xsl.
But the validation doesn't resolve xsl import/includes with the XML Catalog. Any suggestion?
Re: xsl import validation [message #718913 is a reply to message #272150] Thu, 25 August 2011 15:37 Go to previous message
andy  is currently offline andy Friend
Messages: 5
Registered: June 2010
Junior Member
i read your comments about problems with xsl import validation in Eclipse.
but theres no solution.

I have the same problem you have had and i have no solution for it.

Does you remember what you had to do to fix the error?


I just upgraded from Eclipse 3.4 to Eclipse 3.5 like you did.

I hope you can help me.

Thanks in advance.
Previous Topic:Eclipse Basic Env Variables
Next Topic:Helios bug? - project dependencies
Goto Forum:
  


Current Time: Thu Apr 25 04:27:41 GMT 2024

Powered by FUDForum. Page generated in 0.08081 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top