Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on relative path #25

Open
spillo491 opened this issue Jan 31, 2019 · 1 comment
Open

Error on relative path #25

spillo491 opened this issue Jan 31, 2019 · 1 comment

Comments

@spillo491
Copy link

spillo491 commented Jan 31, 2019

I have an XSD in http://localhost:8090/solution/anagrafe/TipiAutorizzazioniRapporto.xsd with an incluse like this

<xs:include schemaLocation="../comuni/TipiDatiComuni.xsd"/>

CXSD try wrongly to import

http://localhost:8090/solution/anagrafe/comuni/TipiDatiComuni.xsd

(correct one is http://localhost:8090/solution/comuni/TipiDatiComuni.xsd)

How can I fix without modify all my XSD with relative paths ?

@miklcct
Copy link

miklcct commented May 14, 2024

same problem here. The XSD is in a subdirectory which reference another file in the same directory, but it downloads the wrong file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants