Search Results

Search found 2 results on 1 pages for 'tahoewolverine'.

Page 1/1 | 1 

  • Monitors go to sleep and come back blue

    - by TahoeWolverine
    Recently, my displays have been turning blue when they wake up from sleep. This has hapeened on my Macbook and on my 2nd monitor on my PC (which I use for VM and remote desktop). It's possible that part of it might be my eyes, but seeing the blue monitor next to my other monitor on my PC has convinced me that something is probably out of place. What might that be?

    Read the article

  • How can I get a value from an xml key/value pair with xpath in my xslt?

    - by TahoeWolverine
    I have some xml that I want to process using xslt. A good amount of the data comes through in key value pairs (see below). I am struggling with how to extract the value base on the key into a variable. I would like to be able to do something like this: <xsl:variable name="foo" select="/root/entry[key = 'foo']/value"/> but that doesn't seem to work. Here is sample xml. <?xml version="1.0" encoding="ISO-8859-1"?> <root> <entry> <key> foo </key> <value> bar </value> </entry> </root> What would the correct xpath be for this?

    Read the article

1