s9api namespace error
Added by Anonymous about 16 years ago
Legacy ID: #5401304 Legacy Poster: Charles May (maychar)
Here's my problem. I have a stylesheet that contains the namespace declaration so i can iterate through the xml document that uses it. the problem i'm having is when the system is not connected to the net i get a java URL error. does anyone know how to deal with this? thanks brad
Replies (2)
RE: s9api namespace error - Added by Anonymous about 16 years ago
Legacy ID: #5401391 Legacy Poster: Michael Kay (mhkay)
Saxon will never attempt to dereference the URI in a namespace name, so your problem must be something else. It's much more likely to be that the URI causing the problems is a reference to the DTD. You'll have to give more detail.
RE: s9api namespace error - Added by Anonymous about 16 years ago
Legacy ID: #5413102 Legacy Poster: Charles May (maychar)
Mr Kay, Thank you so much for replying back so quickly. It was what you expected. I'm using an old class someone wrote and it does output a line reference to a dtd. Thanks again!!! brad
Please register to reply