Brent Alan Posted February 5, 2003 Posted February 5, 2003 Hi. Here is a sample of my XML Src file: <?xml version="1.0" encoding="ISO-8859-1"?> <!-- Created by Brent A. McLauchlan using VB6 --> <OPEN_CALL_REPORT> <CSR_RECORD> <CSR_NAME>BM</CSR_NAME> <CALL_DETAIL> <CALL_NUMBER>113083</CALL_NUMBER> <PROBLEM_DESCRIPTION>INFO ON DIFFERNET W/TS</PROBLEM_DESCRIPTION> <ACCOUNT>CUOP</ACCOUNT> <CUSTOMER_NAME>CUSTOM OPTICAL LABOR</CUSTOMER_NAME> <CALL_OPEN_DATE>01/28/03</CALL_OPEN_DATE> <LAST_ENTRY_DATE>/ /</LAST_ENTRY_DATE> </CALL_DETAIL> <CALL_DETAIL> <CALL_NUMBER>403616</CALL_NUMBER> <PROBLEM_DESCRIPTION>IQ / RM COMPANION RPT WTR</PROBLEM_DESCRIPTION> <ACCOUNT>IMOP</ACCOUNT> <CUSTOMER_NAME>IMPERIAL OPTICAL (W.</CUSTOMER_NAME> <CALL_OPEN_DATE>07/11/02</CALL_OPEN_DATE> <LAST_ENTRY_DATE>10/28/02</LAST_ENTRY_DATE> </CALL_DETAIL> Can I, using MSIE and Data Island technique display the CSR_Name in one cell and then the Open_CALL details is cells opposite the CSR_NAME? If so could someone post a code snipet? I can get the CSR_Name to appear but I'm having some problem with the call details. Note: There are more CSR_NAMEs further down my XML_doc each with their own call details. Many Thanks Brent Quote
*Experts* Nerseus Posted February 5, 2003 *Experts* Posted February 5, 2003 Attached is a sample that shows how to show the call details in a table. I know you can show data in nested tables but I can't remember the exact format of the HTML binding to get it to work. I'm about 90% sure I've done this before (binding to multiple, nested tables in IE) but it was 2, maybe 3 years ago... -nerseustest.zip Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.