Results 1 to 2 of 2

Thread: link XSL to xml file

  1. #1
    Join Date
    Sep 2009
    Posts
    54
    Rep Power
    3

    Default link XSL to xml file

    Hi. I am last year computer science student. I am learning XML .I want to link XSL to XML File by putting a stylesheet declaration in the xml file. It is possible. If possible please give me proper solution for that.

  2. #2
    Join Date
    Jun 2009
    Posts
    57
    Rep Power
    3

    Default

    It is possible.try the following code which is helpful for you.

    Code:
    -----proxy.xml
    <?xml version="1.0"?>
    <?xml-stylesheet href="sheet.xsl" type="application/xml"?>
    <xi:include xmlnsi="http://www.w3.org/2001/XInclude"
    href="original.xml"/>
    -----proxy.xml--

Similar Threads

  1. Writing a Batch File to Copy File
    By louis.Scott in forum Programming
    Replies: 0
    Last Post: 01-08-2010, 04:25 PM
  2. Cannot Open a PDF File Attachment on a Website Link
    By George kertzen in forum Windows XP
    Replies: 0
    Last Post: 06-15-2009, 01:19 PM
  3. Replies: 0
    Last Post: 05-06-2009, 10:39 AM
  4. XP User file is protected file prevail
    By dr. franklin house in forum Windows XP
    Replies: 1
    Last Post: 05-04-2009, 10:27 AM
  5. XP User file is protected file prevail
    By warner20 in forum Windows XP
    Replies: 1
    Last Post: 05-02-2009, 09:51 AM

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
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48