SitePoint Sponsor |
|
User Tag List
Results 1 to 1 of 1
Threaded View
-
Jun 23, 2004, 13:38 #1
- Join Date
- Jun 2000
- Location
- Texas, USA
- Posts
- 597
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
tricky path, trying to get a preceding element child
here's what I've got
Code:- <actions type="group"> - <action id="ai1" caption="Preview Quote" enabled="1" hidden="0"> - <server> - <requests> <Session.resumeRq sessionID="655EE483:221A4FC1:9CB0CB6B:7CE12B4E:7A35D90B:48E90C4C" /> <Session.storeDataRq /> <ManuScript.printFormsRq manuscript="10" PolicyID="638" printJob="QuoteLetter" OnePDF="1" OutputFile=\\svr1\dach\EditableDocPPQ2004000806QuoteLetter ----------->fileName="EditableDocPPQ2004000806QuoteLetter"<------------------ /> <ManuScript.getPageRq command="custom" annotations="0" DownloadFile="1" manuscript="20" topic="MainInterview" page="SubmissionDetail" /> </requests> </server> </action> - <action id="ai2" caption="Quote" enabled="1" hidden="0"> - <server> - <requests> <Session.resumeRq sessionID="655EE483:221A4FC1:9CB0CB6B:7CE12B4E:7A35D90B:48E90C4C" /> <Session.storeDataRq /> <ManuScript.getPageRq command="custom" annotations="0" preCommand="as" postAction="save" AlertMsg="Processing complete," ---------->GetPrevFileName="1"<----------- manuscript="20" topic="sdf" page="sdf" /> </requests> </server> </action>
GetPrevFileName=1 and when this is true I need to get the filename
found in the ManuScript.getPageRq element. I've tried preceding, preceding-sibling, etc.
but I can't get it to work.
can someone help?
thanks!
Bookmarks