This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Processor outputs once and then you have to reload the page.


Charles..

The original format ...as
some would ..."it's a solution" ..

Thanks again
and Cheers to you !!!

|-----Original Message-----
|From: owner-xsl-list@lists.mulberrytech.com
|[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Charles Knell
|Sent: Friday, June 28, 2002 3:19 PM
|To: xsl-list@lists.mulberrytech.com
|Subject: RE: [xsl] Processor outputs once and then you have to reload
|the page.
|
|
|The SDK docs may or may not refer to this. I didn't look for the problem
|there. I looked at the JavaScript and found that everything looked right.
|The only thing that offended mine eye was that bare element name sticking
|out. Now, I can't say that I knew this was the problem, but being 
|fastidious
|in my own way, I decided to change it to the standard W3C DOM method
|of referencing an element.
|
|When I tried it again it worked as you said you wanted it to do. With
|all the JavaScript and COM references set up correctly, there was nothing
|else to do. If anything surprises me, it's that the original format worked
|even once!
|
|Microsoft's docs are generally very good (compare them to Oracle's to
|appreciate the trouble Microsoft goes through to make them useful), but
|sometimes they cut some corners in the proofreading department, or they
|deprecate some method or change some syntax and fail to comb the examples
|when creating a new SDK documentation set. 
|
|-- 
|Charles Knell
|cknell@onebox.com - email
|
|
|---- jdgarrett@alltel.net wrote:
|> Charles :
|> 
|> Hey cool
|> ....it works....
|> thanks !!!
|> 
|> By the way, I didn't see that
|> change in the MSXML 4.0 parser SDK 
|> documentation ...where did you
|> find it ??
|> 
|> 
|> 
|> |-----Original Message-----
|> |From: owner-xsl-list@lists.mulberrytech.com
|> |[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Charles
|> Knell
|> |Sent: Friday, June 28, 2002 2:20 PM
|> |To: xsl-list@lists.mulberrytech.com
|> |Subject: Re: [xsl] Processor outputs once and then you have to reload
|> |the page.
|> |
|> |
|> |Make this change:
|> |
|> |old: report.innerHTML = processor.output;
|> |new: document.getElementById("report").innerHTML = processor.output;
|> |
|> |-- 
|> |Charles Knell
|> |cknell@onebox.com - email
|> |
|> |
|> |---- jdgarrett@alltel.net wrote:
|> |> 
|> |> (Primary) Problem:
|> |> I can get the Processor to output once by clicking
|> |> on any of the sort buttons, but then you have
|> |> to manually reload the page, to get the buttons to
|> |> make it resort again.
|> |> 
|> |> Anyone know what is being overlooked here ?
|> |> (Using MSXML 4.0 //  IE 6.026 // WinNT 4.0)
|> |> 
|> |> Please advise (anyone).
|> |> Thanks
|> |> Jim Garrett
|> |> jdgarrett@alltel.net
|> |> 
|> | 
|> |
|> | XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
|> |
|> |
|> 
|>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
|> 
|>  
|
| XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
|
|

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]