Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. XML / XSL
  4. XSL help

XSL help

Scheduled Pinned Locked Moved XML / XSL
xmlquestionannouncementcsharp
2 Posts 2 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 3994646
    wrote on last edited by
    #1

    Hello all you wonderful people <?xml version="1.0" encoding="unicode"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:osxml="osxml" version="1.0"> <_locDefinition> <_locDefault _loc="locData"/> <_locTag _locAttrData="pad-left,pad-right">p</_locTag> <_locTag _locAttrData="height,width">textarea</_locTag> <_locTag _locAttrData="minsize,noindent">select</_locTag> <_locTag _locAttrData="size">progressbar</_locTag> <_locTag _locAttrData="size,maxlen">input</_locTag> <_locTag _locAttrData="value">osxml:update</_locTag> </_locDefinition> <xsl:template match="fve-bad-pcr-registers"> <osxml:text-mode-ui> <head> <footer color="RGBIXXXX"><xsl:text> ENTER=Continue</xsl:text></footer> <meta key="ENTER" action="continue"/> </head> <body background-color="XXXX" foreground-color="RGBX"> <font foreground-color="RGBI"> Windows BitLocker Drive Encryption Information<br/> </font> <br/> <br/> The system boot information has changed since BitLocker was enabled.<br/> <br/> You must supply a BitLocker recovery key to start this system.<br/> <br/> Confirm that the changes to the system boot information are authorized.<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/> Otherwise restore the system boot information.<br/> <br/> </body> </osxml:text-mode-ui> </xsl:template> if User presses continue it goes to next line, if user press the "B" key then it goes to "progress-bar", otherwise quit. <xsl:template match="fve-bad-code-id"> 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

    S 1 Reply Last reply
    0
    • U User 3994646

      Hello all you wonderful people <?xml version="1.0" encoding="unicode"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:osxml="osxml" version="1.0"> <_locDefinition> <_locDefault _loc="locData"/> <_locTag _locAttrData="pad-left,pad-right">p</_locTag> <_locTag _locAttrData="height,width">textarea</_locTag> <_locTag _locAttrData="minsize,noindent">select</_locTag> <_locTag _locAttrData="size">progressbar</_locTag> <_locTag _locAttrData="size,maxlen">input</_locTag> <_locTag _locAttrData="value">osxml:update</_locTag> </_locDefinition> <xsl:template match="fve-bad-pcr-registers"> <osxml:text-mode-ui> <head> <footer color="RGBIXXXX"><xsl:text> ENTER=Continue</xsl:text></footer> <meta key="ENTER" action="continue"/> </head> <body background-color="XXXX" foreground-color="RGBX"> <font foreground-color="RGBI"> Windows BitLocker Drive Encryption Information<br/> </font> <br/> <br/> The system boot information has changed since BitLocker was enabled.<br/> <br/> You must supply a BitLocker recovery key to start this system.<br/> <br/> Confirm that the changes to the system boot information are authorized.<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/> Otherwise restore the system boot information.<br/> <br/> </body> </osxml:text-mode-ui> </xsl:template> if User presses continue it goes to next line, if user press the "B" key then it goes to "progress-bar", otherwise quit. <xsl:template match="fve-bad-code-id"> 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

      S Offline
      S Offline
      Stuart Dootson
      wrote on last edited by
      #2

      XML is not a prgramming language - it's more a data format. So…why are you using XML and what are you trying to achieve?

      Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p CodeProject MVP for 2010 - who'd'a thunk it!

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups