Click here to Skip to main content
15,885,757 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: Problem with XML for Adrotator Pin
Vimalsoft(Pty) Ltd2-Sep-09 3:22
professionalVimalsoft(Pty) Ltd2-Sep-09 3:22 
GeneralRe: Problem with XML for Adrotator Pin
Tony Richards3-Sep-09 0:30
Tony Richards3-Sep-09 0:30 
Questionhow to code a savefile dialog in vb.net Pin
ndumy2-Sep-09 2:50
ndumy2-Sep-09 2:50 
AnswerRe: how to code a savefile dialog in vb.net Pin
Richard MacCutchan2-Sep-09 5:43
mveRichard MacCutchan2-Sep-09 5:43 
QuestionHow to code special characters in xsl Pin
coolsharath27-Aug-09 18:19
coolsharath27-Aug-09 18:19 
AnswerRe: How to code special characters in xsl Pin
Stuart Dootson27-Aug-09 22:23
professionalStuart Dootson27-Aug-09 22:23 
QuestionImport a C# textbox value into a XSLT to generate a .aspx page Pin
Arokiamary27-Aug-09 17:22
Arokiamary27-Aug-09 17:22 
AnswerRe: Import a C# textbox value into a XSLT to generate a .aspx page Pin
Stuart Dootson27-Aug-09 22:22
professionalStuart Dootson27-Aug-09 22:22 
Add a parameter at the top level of the XSLT file:

<xsl:stylesheet version="2.0"
                xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                exclude-result-prefixes="xsl">

  <!-- Allow the user to specify the .cs filename -->
  <xsl:param name="CSFilename"/>

<!-- The rest of your XSLT - use $CSFilename to access the .cs filename -->
</xsl:stylesheet>


You then use the XsltArgumentList[^] class to add the parameter values when you perform the transform.

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

QuestionXML in Word 2007 Pin
Idle_Force25-Aug-09 18:07
Idle_Force25-Aug-09 18:07 
QuestionReference a node or an element in one .xml file in another Pin
Arokiamary24-Aug-09 16:58
Arokiamary24-Aug-09 16:58 
AnswerRe: Reference a node or an element in one .xml file in another Pin
Stuart Dootson24-Aug-09 23:38
professionalStuart Dootson24-Aug-09 23:38 
GeneralRe: Reference a node or an element in one .xml file in another Pin
Arokiamary25-Aug-09 0:51
Arokiamary25-Aug-09 0:51 
GeneralRe: Reference a node or an element in one .xml file in another Pin
Stuart Dootson25-Aug-09 2:04
professionalStuart Dootson25-Aug-09 2:04 
GeneralRe: Reference a node or an element in one .xml file in another Pin
Arokiamary25-Aug-09 19:03
Arokiamary25-Aug-09 19:03 
QuestionHow to load xml file in mozillla Pin
biswa4724-Aug-09 3:55
biswa4724-Aug-09 3:55 
AnswerRe: How to load xml file in mozillla Pin
Stuart Dootson24-Aug-09 23:33
professionalStuart Dootson24-Aug-09 23:33 
GeneralRe: How to load xml file in mozillla Pin
biswa4724-Aug-09 23:50
biswa4724-Aug-09 23:50 
GeneralRe: How to load xml file in mozillla Pin
Stuart Dootson24-Aug-09 23:52
professionalStuart Dootson24-Aug-09 23:52 
GeneralRe: How to load xml file in mozillla Pin
biswa4725-Aug-09 0:08
biswa4725-Aug-09 0:08 
GeneralRe: How to load xml file in mozillla Pin
Stuart Dootson25-Aug-09 1:13
professionalStuart Dootson25-Aug-09 1:13 
QuestionXML Save and Load to SQL Server 2005 Database. Pin
ashwath197924-Aug-09 1:56
ashwath197924-Aug-09 1:56 
QuestionHow to create a semi-colon seperated file using XSL Pin
RK11@200919-Aug-09 3:15
RK11@200919-Aug-09 3:15 
AnswerRe: How to create a semi-colon seperated file using XSL Pin
Stuart Dootson21-Aug-09 10:14
professionalStuart Dootson21-Aug-09 10:14 
QuestionGeneration of .cs pages using xml/xslt Pin
coolsharath17-Aug-09 20:59
coolsharath17-Aug-09 20:59 
QuestionData Definition Specification Pin
Nagaraj Muthuchamy16-Aug-09 22:53
professionalNagaraj Muthuchamy16-Aug-09 22:53 

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.