Relative XSD path

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Aleksey Timonin

    Relative XSD path

    Hi guys,
    I want to validate my xml by xsd schema. But in the xsd file I have RELATIVE
    includes to the others xsd files that located in ..\ directory for the main
    xsd.
    Could you provide me code example that makes such a validation. All the
    examples I found in google doesn't work.

    Thanks a lot,
    Aleksey


  • Martin Honnen

    #2
    Re: Relative XSD path

    Aleksey Timonin wrote:
    I want to validate my xml by xsd schema. But in the xsd file I have RELATIVE
    includes to the others xsd files that located in ..\ directory for the main
    xsd.
    Could you provide me code example that makes such a validation. All the
    examples I found in google doesn't work.
    Are you using .NET 1.x or 2.0? Which language (e.g. C#, VB.NET) do you
    want to use?

    --

    Martin Honnen --- MVP XML

    Comment

    Working...