Generating report from an xml file
        Posted  
        
            by Vignesh
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Vignesh
        
        
        
        Published on 2010-03-16T11:19:26Z
        Indexed on 
            2010/03/16
            11:26 UTC
        
        
        Read the original article
        Hit count: 319
        
I want to generate a report from an xml, preferably html. The html here should be dynamic to allow limiting the view based on some user entered values, preferably selecting from a drop down of categories, which inturn is populated from the xml. I also want to have links in the report to more info which is stored in another xml file.
I started off with javascript with xslt for display and I'm still long way in acheiving my desires. Are there any other ways to do it?? Any automated Open sources tools, for this, rather than reinventing.
© Stack Overflow or respective owner