Ask a Question related to ASP.NET General, Design and Development.
-
Cowboy \(Gregory A. Beamer\) #1
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...do> I need to use 2 xsl files to do a transform on one xml file? How would i> this?
>
>
Cowboy \(Gregory A. Beamer\) Guest
-
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.... -
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,... -
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... -
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? -
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... -
Showjumper #2
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...#2> If you can chain the process so XSL #1 transforms to altered XML and XSL************************************************** **************************> 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...> do> > I need to use 2 xsl files to do a transform on one xml file? How would i>> > this?
> >
> >
>
Showjumper Guest



Reply With Quote

