Re: style task howto supply XML Schema URLS

2005-11-02 Thread Douglas Hubler
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

style task howto supply XML Schema URLS

2005-10-31 Thread Douglas Hubler
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