Re: including a static XML file in the return from my sql call?

2003-07-01 Thread Joerg Heinicke
Have a look on the output of the render-logic5.xsl transformation. You 
have maybe kicked the sql:* elements out of your XML.

Joerg

Paul Tomsic wrote:
I'm trying to import a static XML file into the
results of my SQL call.  
Here's my sitemap.xmap block:
	

	






   









and inside render-logic5.xsl, I've got :




reports//headlines.xml#xpointer(/headlines)
 


but my final XML only includes the "included" xml, and
not the results from the sql query.
Help?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


including a static XML file in the return from my sql call?

2003-06-30 Thread Paul Tomsic
I'm trying to import a static XML file into the
results of my SQL call.  
Here's my sitemap.xmap block:










 











and inside render-logic5.xsl, I've got :




reports//headlines.xml#xpointer(/headlines)
   



but my final XML only includes the "included" xml, and
not the results from the sql query.

Help?


__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]