home *** CD-ROM | disk | FTP | other *** search
/ FCE Gold Plus / GOLD.iso / pc / xml / Auction.xom < prev    next >
Text File  |  2007-08-23  |  416b  |  16 lines

  1. global stream outfile
  2.  
  3. process
  4. open outfile as file "Mod06-Activ7.xml"
  5. submit file "Copy of Mod06-Activ7.xml"
  6.  
  7. find "<MultipleChoice " [any-text except ">"]*=>temp1 ">"
  8.  put outfile "<AuctionMultipleChoice "||temp1||"max-bid=%"100%" bank=%"100%" total-questions=%"15%" display-questions=%"3%">"
  9.  
  10. find "</MultipleChoice>"
  11.  put outfile "</AuctionMultipleChoice>"
  12.  
  13. find any=>temp1
  14.  put outfile temp1 
  15.  
  16.