How do i transform an xml with 2 xsl files?

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Re: How do i transform an xml with 2 xsl files?

    If you can chain the process so XSL #1 transforms to altered XML and XSL #2
    does the final transform, you are in business. The only other option is to
    merge the two, either before or after transform. For example, you can use
    the same XML with two tranforms and then attach the output of #2 to a
    section of #1 to create an output page.

    Without understanding the XML or XSL, that is about all I can suggest.

    --
    Gregory A. Beamer
    MVP; MCP: +I, SE, SD, DBA
    Author: ADO.NET and XML: ASP.NET on the Edge

    ************************************************** **************************
    ****
    Think Outside the Box!
    ************************************************** **************************
    ****
    "Showjumper" <shojumper@grkjashdjkf.com> wrote in message
    news:OxInIKWQDHA.2636@TK2MSFTNGP10.phx.gbl...
    > I need to use 2 xsl files to do a transform on one xml file? How would i
    do
    > this?
    >
    >

    Cowboy \(Gregory A. Beamer\) Guest

  2. Similar Questions and Discussions

    1. How to transform PDF 6.0 to PDF 4.0
      Hi We have PDF's which were created with Adobe Professional 6.0 and saved in Acrobat 6.0 format. Now we want to save them in Acrobat 4.0 format....
    2. Use Transform box
      In transform box, the X & Y description, how can make it to 0 & 0, that can type the actual unit to move the object, i use this fuction in corelDraw,...
    3. transform ?
      Hi, I was hoping someone could tell me what exactly is displayed in the transform list I want to totally understand this as Ive been tweaking...
    4. Where is transform numerically?
      used to be under edit. I know transform selection is in top tool bar. Running pshop 6.0.1 os 9.2. Also, where is transform 3d?
    5. transform 3*0.0 into 0.0, 0.0, 0.0
      CM <starobs99@yahoo.com> writes: s/(\d+)\*(^+)/join ", ", ( $2 ) x $1/eg; Oh sorry, handn't realised you were pan-handling. Oh well I've...
  3. #2

    Default Re: How do i transform an xml with 2 xsl files?

    I am using the nitf ([url]www.nitf.org[/url]) dtd. One xsl file is for the <body.head>
    and the second xsl file is for the <body.content>. Your first suggestion
    sounds like it might do the trick however. If you want i can email the xsl
    files and xml file off list if you need to see them.
    "Cowboy (Gregory A. Beamer)" <NoSpamMgbworld@comcast.netRemuvThis> wrote in
    message news:#a8zqZWQDHA.2228@tk2msftngp13.phx.gbl...
    > If you can chain the process so XSL #1 transforms to altered XML and XSL
    #2
    > does the final transform, you are in business. The only other option is to
    > merge the two, either before or after transform. For example, you can use
    > the same XML with two tranforms and then attach the output of #2 to a
    > section of #1 to create an output page.
    >
    > Without understanding the XML or XSL, that is about all I can suggest.
    >
    > --
    > Gregory A. Beamer
    > MVP; MCP: +I, SE, SD, DBA
    > Author: ADO.NET and XML: ASP.NET on the Edge
    >
    >
    ************************************************** **************************
    > ****
    > Think Outside the Box!
    >
    ************************************************** **************************
    > ****
    > "Showjumper" <shojumper@grkjashdjkf.com> wrote in message
    > news:OxInIKWQDHA.2636@TK2MSFTNGP10.phx.gbl...
    > > I need to use 2 xsl files to do a transform on one xml file? How would i
    > do
    > > this?
    > >
    > >
    >
    >

    Showjumper Guest

Posting Permissions

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

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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139