Click here to Skip to main content
16,011,947 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralUsing existing XSD with WebService Pin
Grimolfr7-Jul-05 15:49
Grimolfr7-Jul-05 15:49 
GeneralRe: Using existing XSD with WebService Pin
Javier Lozano11-Jul-05 9:02
Javier Lozano11-Jul-05 9:02 
GeneralRe: Using existing XSD with WebService Pin
Grimolfr12-Jul-05 6:12
Grimolfr12-Jul-05 6:12 
GeneralGetListItems in List web service and infopath Pin
Steven M Hunt7-Jul-05 3:45
Steven M Hunt7-Jul-05 3:45 
GeneralXML Binding with Java Pin
qadirchalla@yahoo.com6-Jul-05 7:53
qadirchalla@yahoo.com6-Jul-05 7:53 
GeneralRe: XML Binding with Java Pin
DavidNohejl6-Jul-05 10:23
DavidNohejl6-Jul-05 10:23 
GeneralRe: XML Binding with Java Pin
qadirchalla@yahoo.com6-Jul-05 11:04
qadirchalla@yahoo.com6-Jul-05 11:04 
GeneralRendering xforms in xslt Pin
korayyersel6-Jul-05 0:03
korayyersel6-Jul-05 0:03 
Hi people,
i have to change my html-form tags to xform tags in my xsl-file. i have added the xform namespace and changed the html-tags to xform-tags. and added <object id="FormsPlayer".. like in xhtml. but after transforming i dont get the form. i really couldn't find anything about it on the web. it is always about xhtml. can any body give me a link or a tip to begin??

i am sending now the original version with html-form.

thanx in advance


<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xf="http://www.w3.org/2002/xforms" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/2002/06/xhtml2">

<xsl:param name="format"></xsl:param>
<xsl:param name="e_anfang"></xsl:param>
<xsl:param name="e_anzahl"></xsl:param>

<xsl:template match="page">
<html>
<head><title>Cocoon - MA.BS.KY.CK</title></head>
<body bgcolor="#CCFFFF">
<h1 align="center" style="font-family:arial; font-size:30pt; color:#000066 ">Cocoon Projekt - Gruppe MA.BS.KY.CK</h1>
<xsl:apply-templates/>

<div style="text-align:left; padding:20px; margin:25px; position:relative; leftBlush | :O ; topBlush | :O ;background-color:#BDEDFF;
position:relative; leftBlush | :O ; topBlush | :O ;height:100; width:%100;border:thin solid lightblue;">
<p style="position: absolute; leftBlush | :O ; topBlush | :O ;font-size:23pt; font-weight:bold; color:darkblue;font-family:arial;font-style:italic">Tagebuch</p>
<br></br><br></br><br></br>

<div style="background-color:#B4CFEC">
<br></br>

<p id="t2">2- Welches Übungsblatt wollen Sie sehen?</p>
<form action="ausgabe">
<select name="e_anfang">
<option>1</option><option>2</option><option>3</option><option>4</option><option>5</option><option>6</option><option>7</option>
</select>
<select name="format">
<option>pdf</option><option>html</option>
</select>
<input name="e_anzahl" type="hidden" value="1"></input>
<input type="submit" value="OK"></input>
</form>

<br></br>
</div>

</div>

</body>
</html>
</xsl:template>
</xsl:stylesheet>
GeneralXML relational data Pin
Member 17770424-Jul-05 10:51
Member 17770424-Jul-05 10:51 
GeneralRe: XML relational data Pin
toujin4-Jul-05 14:06
toujin4-Jul-05 14:06 
GeneralRe: XML relational data Pin
Member 17770425-Jul-05 9:42
Member 17770425-Jul-05 9:42 
Generalhelp needed for parsing XML document Pin
satishrg1-Jul-05 9:04
satishrg1-Jul-05 9:04 
GeneralRe: help needed for parsing XML document Pin
DavidNohejl1-Jul-05 13:22
DavidNohejl1-Jul-05 13:22 
QuestionWeb Service chat? Pin
wakkerjack1-Jul-05 3:45
wakkerjack1-Jul-05 3:45 
GeneralNeed help creating objects from xml file!! Pin
richiemac30-Jun-05 0:44
richiemac30-Jun-05 0:44 
GeneralRe: Need help creating objects from xml file!! Pin
richiemac1-Jul-05 0:13
richiemac1-Jul-05 0:13 
GeneralRe: Need help creating objects from xml file!! Pin
Gavin Jeffrey1-Jul-05 2:20
Gavin Jeffrey1-Jul-05 2:20 
GeneralRe: Need help creating objects from xml file!! Pin
richiemac1-Jul-05 7:03
richiemac1-Jul-05 7:03 
GeneralRe: Need help creating objects from xml file!! Pin
richiemac8-Jul-05 1:01
richiemac8-Jul-05 1:01 
QuestionIE Requirements for DOM and XSLT? Pin
Anonymous29-Jun-05 8:08
Anonymous29-Jun-05 8:08 
AnswerRe: IE Requirements for DOM and XSLT? Pin
DavidNohejl29-Jun-05 8:29
DavidNohejl29-Jun-05 8:29 
AnswerRe: IE Requirements for DOM and XSLT? Pin
Christian Graus29-Jun-05 11:59
protectorChristian Graus29-Jun-05 11:59 
Generalinfopath: need help Pin
Steven M Hunt28-Jun-05 6:37
Steven M Hunt28-Jun-05 6:37 
GeneralNeed resources for C++ &amp; XML Pin
Wheatbread28-Jun-05 5:03
Wheatbread28-Jun-05 5:03 
GeneralRe: Need resources for C++ &amp; XML Pin
DavidNohejl28-Jun-05 7:12
DavidNohejl28-Jun-05 7:12 

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.