Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jackdriver

  1. jackdriver

    XInclude inside jar file

    Of course i'm still waiting for hints ...
  2. jackdriver

    XInclude inside jar file

    There is a bug in my test.xml. Should be: <?xml version="1.0"?> <test xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:include href="somedir/sometest.xml"/> </test>
  3. jackdriver

    XInclude inside jar file

    hello, In case of relative path XInclude looks for included file inside current working directory. Let's assume the following file structure: somedir |_sometest.xml test.xml and test.xml file like this: <?xml version="1.0"?> <test xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:include...

Part and Inventory Search

Back
Top