I'm trying to get this document() problem to work, so I created a second
"namespace" so the document read in is available. The original XSL file has
a custom namespace rr defined as such:
<xsl:stylesheet exclude-result-prefixes="fo" version="1.1"
xmlns:fo="http://www.w3.org/1999/XSL/Format"
xmlns:rr="urn:Correlagen:RightReport"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
When the transform processes, it looks for data in the original XML document
(input using fop.sh -xml filename ...) and gets it like this:
<xsl:value-of
select="//rr:CPatFile/rr:[EMAIL PROTECTED]'header']/rr:Content/[EMAIL PROTECTED]
='patient']/table/tr/td/b[text()='Specimen Date:
']/following-sibling::text()"/>
Now, using the document() function, would I just merge the files into the
rr: namespace, or should I use it to put data into a new custom namespace?
If the latter, how would I access the data?
Any help appreciated, as always.
Michael Gosselin
Athena Diagnostics, Inc.
(508) 756-2886 x3708
(800) 394-4493 x3708
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]