• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

XML Catalog no longer working

 
Ranch Hand
Posts: 235
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I have only recently started to encountered difficulty resolving DTDs despite having successfully setup XML Catalog not long ago. Below are the detail on the current setup:


This setup used to work until recently.

Another PC with identical setup is still working. The only difference between the two is that this one is behind the firewall and the XML Catalog files are in D:\TMP\CATALOG compared to the other one, which is not on the network (LAN/Internet) and the files are located in E:\TMP\CATALOG.

I have updated catalog.xml to ensure that it is pointing to D:\TMP\CATALOG.

I am using JDOM 1.1, Saxon 6.5, TagSoup 1.2, JDK1.6.0.10, Netbeans 6.1 on Windows XP. The XSLT transformation process is working fine.

Any assistance would be very much appreciated.

Many thanks,

Jack
reply
    Bookmark Topic Watch Topic
  • New Topic