Click here to Skip to main content
15,905,419 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: XML text reader Pin
DavidNohejl25-Jun-05 1:24
DavidNohejl25-Jun-05 1:24 
GeneralXML and SAX and C# Pin
letusC#24-Jun-05 11:00
letusC#24-Jun-05 11:00 
GeneralRe: XML and SAX and C# Pin
Michael A. Barnhart24-Jun-05 11:18
Michael A. Barnhart24-Jun-05 11:18 
GeneralXML as data processing Pin
mooncatcher24-Jun-05 9:23
mooncatcher24-Jun-05 9:23 
GeneralRe: XML as data processing Pin
Michael A. Barnhart24-Jun-05 9:42
Michael A. Barnhart24-Jun-05 9:42 
GeneralRe: XML as data processing Pin
Randy_MJ6-Jul-05 5:16
Randy_MJ6-Jul-05 5:16 
GeneralCreation of XML documents Pin
Member 207049024-Jun-05 0:19
Member 207049024-Jun-05 0:19 
GeneralXSL Quesition Pin
korayyersel23-Jun-05 22:34
korayyersel23-Jun-05 22:34 
Hi people,
ich have two xsl files to convert a xml file to a pdf and to a html.
the question is:
is there any way, that i put this two xsl files in one whole xsl file. which can be configured to convert the xml file to a pdf or a html. maybe a variable in xsl file or something like that..

--------- This one is for conveting to pdf ---------------------
<xsl:stylesheet version="1.0" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><br />
                <br />
<xsl:template match="/tagebuch"><br />
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"><br />
...<br />
</fo:root>                            <br />
</xsl:template>               <br />
</xsl:stylesheet>

----------------------------------------------------------------

--------- This one is for conveting to html ---------------------
<xsl:stylesheet version="1.0" <br />
xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><br />
<br />
<br />
<xsl:template match="/"><br />
<html><body><head><title>Tagebuch</title></head><br />
...<br />
</body></html><br />
</xsl:template><br />
</xsl:stylesheet>

-----------------------------------------------------------------

I would be very happy for a tip or a help..
thanx in advance
GeneralRe: XSL Quesition Pin
toujin4-Jul-05 14:19
toujin4-Jul-05 14:19 
Generalebxml Pin
lhahehal23-Jun-05 20:33
lhahehal23-Jun-05 20:33 
Generalneed some information Pin
23-Jun-05 18:55
suss23-Jun-05 18:55 
GeneralWSDL testing tools Pin
Michael A. Barnhart23-Jun-05 11:44
Michael A. Barnhart23-Jun-05 11:44 
GeneralSchema validation not working Pin
Anonymous23-Jun-05 8:49
Anonymous23-Jun-05 8:49 
GeneralLearning web services Pin
Goodway22-Jun-05 23:17
Goodway22-Jun-05 23:17 
GeneralRe: Learning web services Pin
Michael A. Barnhart23-Jun-05 11:55
Michael A. Barnhart23-Jun-05 11:55 
Generalroot element is missing Pin
Ahmed Galal21-Jun-05 23:04
Ahmed Galal21-Jun-05 23:04 
GeneralRe: root element is missing Pin
DavidNohejl22-Jun-05 7:33
DavidNohejl22-Jun-05 7:33 
GeneralRe: root element is missing Pin
Ahmed Galal22-Jun-05 12:53
Ahmed Galal22-Jun-05 12:53 
GeneralRe: root element is missing Pin
DavidNohejl22-Jun-05 12:58
DavidNohejl22-Jun-05 12:58 
GeneralRe: root element is missing Pin
Ahmed Galal22-Jun-05 13:04
Ahmed Galal22-Jun-05 13:04 
Generalconfused Pin
Anonymous21-Jun-05 3:41
Anonymous21-Jun-05 3:41 
GeneralRe: confused Pin
Anonymous21-Jun-05 3:47
Anonymous21-Jun-05 3:47 
Questionhow to contract empty tag &lt;col&gt;&lt;/col&gt; to &lt;col/&gt; in XSLT Pin
Lyteck21-Jun-05 1:54
Lyteck21-Jun-05 1:54 
AnswerRe: how to contract empty tag &lt;col&gt;&lt;/col&gt; to &lt;col/&gt; in XSLT Pin
Javier Lozano22-Jun-05 11:48
Javier Lozano22-Jun-05 11:48 
GeneralRe: how to contract empty tag &lt;col&gt;&lt;/col&gt; to &lt;col/&gt; in XSLT Pin
Lyteck27-Jun-05 3:13
Lyteck27-Jun-05 3:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.