Results 1 to 6 of 6

Thread: [RESOLVED] XSLT, opinions.

  1. #1

    Thread Starter
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,605

    Resolved [RESOLVED] XSLT, opinions.

    Has anyone used this approach?Any opinions? Do i just change the markup on an asp.net page to use XSL and i am ready to go?
    Thanks.
    ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
    πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·

  2. #2
    Frenzied Member brin351's Avatar
    Join Date
    Mar 2007
    Location
    Land Down Under
    Posts
    1,293

    Re: XSLT, opinions.

    Are you talking about using xslt to layout/style xml or something different?
    The problem with computers is their nature is pure logic. Just once I'd like my computer to do something deluded.

  3. #3
    Smooth Moperator techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,537

    Re: XSLT, opinions.

    I've used XSLT previously to render XML docs as HTML... it was gruesome, tedious and hard to debug... and if you want to move something around, add a node somewhere, it becomes a pain in the arse to do. As a result, and with PHP & ASP being more powerful... I don't use XSLT for transformations to HTML any more... only time I've used it since is to do some data re-formatting for EDI purposes...

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  4. #4

    Thread Starter
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,605

    Re: XSLT, opinions.

    Thanks. I am talking about, exactly what brin said. I am more interested in layout style xml than rendering.
    ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
    πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·

  5. #5
    Frenzied Member brin351's Avatar
    Join Date
    Mar 2007
    Location
    Land Down Under
    Posts
    1,293

    Re: XSLT, opinions.

    Well I've not done much and anything but the simplest use I found overly complicated (my limitation). For example formatting xml to be used as a bindable datasource wasn't hard, much beyond that and my brain started hurting. I also found making/testing changes time consuming maybe there are better editors than VS for XSLT. There is also something about performance/IO issues in the back of my mind I may be wrong but I think IIS is not that efficient in transforming xml files with xslt compared with .net rendering html but don't quote me on that.
    The problem with computers is their nature is pure logic. Just once I'd like my computer to do something deluded.

  6. #6

    Thread Starter
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,605

    Re: XSLT, opinions.

    Thanks. Well personally from what i read from you , i wouldn't used it but it may be a request on my job, so i have to do a little inside investigation.
    Will see...
    ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
    πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width