Click here to Skip to main content
15,896,111 members
Home / Discussions / XML / XSL
   

XML / XSL

 
Questionxsd to entity [modified] Pin
pokiri22-Feb-10 17:45
pokiri22-Feb-10 17:45 
AnswerRe: xsd to entity Pin
Not Active22-Feb-10 21:01
mentorNot Active22-Feb-10 21:01 
QuestionHow to delete duplicate nodes from XML throgh C#? Pin
deadlyabbas18-Feb-10 19:12
deadlyabbas18-Feb-10 19:12 
QuestionProblem with MSXML6 + namespace + XPath Pin
Patrice Espie18-Feb-10 4:57
Patrice Espie18-Feb-10 4:57 
AnswerRe: Problem with MSXML6 + namespace + XPath Pin
Stuart Dootson23-Feb-10 0:10
professionalStuart Dootson23-Feb-10 0:10 
QuestionProblem with loading a xml to DataSet Pin
alireza_shokoie15-Feb-10 23:42
alireza_shokoie15-Feb-10 23:42 
AnswerRe: Problem with loading a xml to DataSet Pin
daveyerwin18-Feb-10 2:51
daveyerwin18-Feb-10 2:51 
QuestionXSL help Pin
Member 39976067-Feb-10 0:13
Member 39976067-Feb-10 0:13 
Hello all you wonderful people
<br />
<br />
<?xml version="1.0" encoding="unicode"?><br />
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:osxml="osxml" version="1.0"><br />
<_locDefinition><br />
      <_locDefault _loc="locData"/><br />
      <_locTag _locAttrData="pad-left,pad-right">p</_locTag><br />
      <_locTag _locAttrData="height,width">textarea</_locTag><br />
      <_locTag _locAttrData="minsize,noindent">select</_locTag><br />
      <_locTag _locAttrData="size">progressbar</_locTag><br />
      <_locTag _locAttrData="size,maxlen">input</_locTag><br />
      <_locTag _locAttrData="value">osxml:update</_locTag><br />
</_locDefinition><br />
<xsl:template match="fve-bad-pcr-registers"><br />
<osxml:text-mode-ui><br />
  <head><br />
    <footer color="RGBIXXXX"><xsl:text> ENTER=Continue</xsl:text></footer><br />
    <meta key="ENTER" action="continue"/><br />
  </head><br />
  <body background-color="XXXX" foreground-color="RGBX"><br />
    <font foreground-color="RGBI"><br />
    Windows BitLocker Drive Encryption Information<br/><br />
    </font><br />
    <br/><br />
    <br/><br />
    The system boot information has changed since BitLocker was enabled.<br/><br />
    <br/><br />
    You must supply a BitLocker recovery key to start this system.<br/><br />
    <br/><br />
    Confirm that the changes to the system boot information are authorized.<br/><br />
    <br/><br />
    If the changes to the system boot information are trusted, then suspend and resume BitLocker. This will reset BitLocker to use the new boot information.<br/><br />
    <br/><br />
    Otherwise restore the system boot information.<br/><br />
    <br/><br />
  </body><br />
</osxml:text-mode-ui><br />
</xsl:template><br />
<br />
if User presses continue it goes to next line, if user press the "B" key then it goes to "progress-bar", otherwise quit.<br />
<br />
<xsl:template match="fve-bad-code-id"><br />


How do I prompt the user, trap a keypress and act upon the input in XML? What scripting language would you recommend to do this?
What do the loc lines do?

I am a newbie! John
I Need VB.net help

AnswerRe: XSL help Pin
Stuart Dootson7-Feb-10 1:09
professionalStuart Dootson7-Feb-10 1:09 
QuestionUsing MSXML2.ServerXMLHTTP.4.0 and ASP Pin
tommywick656-Feb-10 4:49
tommywick656-Feb-10 4:49 
QuestionXSL import another XSL on Client-Side. Pin
yeob4-Feb-10 20:22
yeob4-Feb-10 20:22 
AnswerRe: XSL import another XSL on Client-Side. Pin
daveyerwin5-Feb-10 4:19
daveyerwin5-Feb-10 4:19 
GeneralRe: XSL import another XSL on Client-Side. Pin
yeob7-Feb-10 19:04
yeob7-Feb-10 19:04 
GeneralRe: XSL import another XSL on Client-Side. Pin
daveyerwin8-Feb-10 3:39
daveyerwin8-Feb-10 3:39 
AnswerRe: Newbie question - can't figure out xsl Pin
Not Active4-Feb-10 6:54
mentorNot Active4-Feb-10 6:54 
AnswerRe: Newbie question - can't figure out xsl Pin
Richard MacCutchan4-Feb-10 6:57
mveRichard MacCutchan4-Feb-10 6:57 
QuestionSAOP Question Pin
cmpemikail1-Feb-10 23:38
cmpemikail1-Feb-10 23:38 
AnswerRe: SAOP Question Pin
SeMartens2-Feb-10 20:27
SeMartens2-Feb-10 20:27 
GeneralImporting COM dll from unix Pin
tom groezer1-Feb-10 0:42
tom groezer1-Feb-10 0:42 
GeneralRe: Importing COM dll from unix Pin
Stuart Dootson1-Feb-10 3:03
professionalStuart Dootson1-Feb-10 3:03 
GeneralRe: Importing COM dll from unix Pin
tom groezer2-Feb-10 2:04
tom groezer2-Feb-10 2:04 
GeneralRe: Importing COM dll from unix Pin
Stuart Dootson2-Feb-10 2:39
professionalStuart Dootson2-Feb-10 2:39 
GeneralRe: Importing COM dll from unix Pin
tom groezer7-Feb-10 18:57
tom groezer7-Feb-10 18:57 
GeneralRe: Importing COM dll from unix Pin
Stuart Dootson7-Feb-10 20:15
professionalStuart Dootson7-Feb-10 20:15 
QuestionXML Database Pin
KORCARI29-Jan-10 3:41
KORCARI29-Jan-10 3:41 

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.