Tagged Questions
The xmlcatalog tag has no wiki summary.
1
vote
2answers
60 views
Editing the XML Catalog in IBM RSA (Rational Software Architect)
I've been working with Eclipse WTP until our organisation decided to move to IBM RSA. The problem I have is that I can't see anywhere to edit the XML Catalog in RSA (I'm using version 8.0.2).
In ...
1
vote
1answer
198 views
Eclipse XML catalog entry - dot in directory
Is there a way how to location of XML catalog entry in Eclipse where location has dot in one of its directories, for example when location is ...
1
vote
1answer
567 views
XML Catalog Resolving / resolver.jar vs com.sun.org.apache.xml.internal.resolver
Dear forum, what is the difference between the JDK contained
import com.sun.org.apache.xml.internal.resolver.CatalogManager;
and the one contained in the Apache Xerces project
import ...
0
votes
1answer
113 views
Python LXML catalog lookup
I'm making an SCons file for building Docbook documentation. In order to trace dependencies I would like some way to resolve catalog file lookups to an absolute path to a file.
So say I have a bit of ...
0
votes
1answer
332 views
XML Catalog file failing to resolve
I'm using an OASIS v 1.1 compatible resolver (Norm Walsh's XMLResolver in conjunction with the catalog below. However, I'm pretty sure I've made some sort of obvious error here (this is the first time ...
0
votes
1answer
267 views
Can XMLCatalog be used for schema imports?
Can you use XMLCatalog to resolve xsds in schema import statements? If so, what is the preferred/best practice? I want to package the xsds in a jar, so using a relative schemaLocation has not ...