Results 1 to 3 of 3

Thread: How to Call multiple XSL for one XML

  1. #1
    Join Date
    Feb 2009
    Posts
    81

    How to Call multiple XSL for one XML

    I have a standard format of XML. Depending on the type(Defined on an attribute), I wish to call different XSLs. Is it possible. I am using Xalan. This way I can store a lot of complexity from one XSL to multiple XSLs. Is there any alternative to do that.

  2. #2
    Join Date
    Dec 2008
    Posts
    183

    Re: How to Call multiple XSL for one XML

    XSL stylesheets are XML files, and XML files are text files, so this does not affect the majority of posts to the list since you can include a file’s text in the body of your message. If you need to refer to a binary file such as a PDF file, you should put the file on a Web site or FTP site and include the file’s URL in your XSL-List post.

    If you do include an attachment in your XSL-List post – even a HTML attachment.

  3. #3
    Join Date
    Dec 2008
    Posts
    161

    Re: How to Call multiple XSL for one XML

    You can:
    • build a web form asking for different options,
    • converting the parameters into a XML-query sentence,
    • send it via HTTP,


    and the XML-DBMS produces the magic (combining the XML source with the appropriate templates).

    Of course there is a control process too, but we can get rid of intermediate processes like the ones mentioned above and encapsulate the dynamicity into the DBMS.

    Well, just an idea.

Similar Threads

  1. Replies: 14
    Last Post: 09-04-2012, 02:49 PM
  2. Replies: 6
    Last Post: 28-02-2012, 10:21 PM
  3. Replies: 6
    Last Post: 19-11-2011, 10:25 PM
  4. Replies: 6
    Last Post: 23-10-2011, 08:09 PM
  5. Replies: 3
    Last Post: 14-05-2009, 10:25 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,186,100.59469 seconds with 16 queries