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
S

sameerazazi87

@sameerazazi87
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Searching for multiple types with XPath
    S sameerazazi87

    Hi check out below XML

    <fish>
    <fish1>
    <name> f1 </name>
    </fish1>
    <fish2>
    <name> f2 </name>
    </fish2>
    <fish3>
    <name> f3 </name>
    </fish3>
    </fish>

    and you want to select this fish1 and fish3 then use belwo xpath /fish/*[contains('fish1fish3',name())] this will give you NodeList which will contain fish1 and fish3 nodes if your filter includes number of nodes so that writing each name is inefficient then you should use another approach.

    XML / XSL xml algorithms performance question

  • XSLT for not so Dummies
    S sameerazazi87

    Just go through XSLT programmers reference by micheal kay. (chapter 4,5,7) this will hardly take you 2-3 hours and use w3schools for initial brushing for 15 minutes i think would suffice.

    The Lounge xml learning html asp-net game-dev

  • top this
    S sameerazazi87

    One of the worst programming practice i have ever seen was like this, Dim Comma As String = "," and then he used this variable whenever he wanted to used Comma in other strings. Initially i wondered what this Comma means and then clicked go to definition and just horrified. murder of programming......

    The Weird and The Wonderful
  • Login

  • Don't have an account? Register

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