I'll assume it can't be done.
for those interested in a hack workaround, I use ant's replace string to
remove the xmlns links before XSLT and add them back after XSLT.
Douglas Hubler wrote:
Anyone know how to specify local schema files in style tasks?
style task lets you us
Anyone know how to specify local schema files in style tasks?
style task lets you use xmlcatalog to use local DTDs, but I want to do the same
for XML Schema files. xmlvalidate seems to have been updated to support
specifying schema locations via attribute elements but style task has not.
Exam