[Home] [By Thread] [By Date] [Recent Entries]
At 2012-10-27 13:11 +0000, Costello, Roger L. wrote:
Hi Folks, Sure it's invalid, it begins with a newline character. It appears that the problem is with this statement: Right ... you are sking the processor to take the text value of the input file and pass that to the document() function as a URI string to open. Sometimes the document() function finds the input XML file and sometimes it doesn't. Because you are opening the stylesheet with an XML file whose text value is or is not a valid URI. Certainly a newline and a bunch of tab characters and "This is an..." is not a valid URI, just as the message indicates. I solved the problem by passing into the XSLT program the filename of the input XML file and then invoking document() with that filename. Fine ... that is a nice delimited string. But I'd like to understand why the other approach doesn't work. Because you are passing the text value of the entire input document as a URI. What is it you really wanted from your input file? Is it perhaps a descendent element somewhere that has the URI that you want to open? I hope this helps. . . . . . . . . Ken -- Contact us for world-wide XML consulting and instructor-led training Free 5-hour lecture: http://www.CraneSoftwrights.com/links/udemy.htm Crane Softwrights Ltd. http://www.CraneSoftwrights.com/s/ G. Ken Holman mailto:gkholman@xxxxxxxxxxxxxxxxxxxx Google+ profile: https://plus.google.com/116832879756988317389/about Legal business disclaimers: http://www.CraneSoftwrights.com/legal
|

Cart



