On Tue, Mar 2, 2010 at 2:44 PM, Simon Laws <[email protected]> wrote: > I came across a problem where the StAX processing isn't stripping > whitespace from anyURI attributes in accordance with the XML schema > spec. I notice that Raymond logged this almost four (!) years ago > https://issues.apache.org/jira/browse/TUSCANY-242 but we don't seem to > have that fix anymore so I've picked up that JIRA . > > I've added a fix at r918054 but only exploited it for processing the > "composite service promotes" attribute. Before changing all the other > processors that read anyURI attributes I wanted to ask here if there > is a way that anyURI attributes can be detected automatically using > StAX. > > Regards > > Simon > > -- > Apache Tuscany committer: tuscany.apache.org > Co-author of a book about Tuscany and SCA: tuscanyinaction.com >
OK, I'll assume the answer is no and fix all the places anyURI is read individually. Simon
