Re: Query out an xml element from a field containing xml data



Hi Mike,

thanks for the reply.

As my comfort level is much higher with C#, I just wrote some string
parsing code and got my result :)

Next time I need to spin off a UDF, I will remember this.

Ranjith

.



Relevant Pages

  • Re: variable size record length file parsing
    ... You could use a class that exposes a Data property (String) ... and all the other UDT members as properties. ... That would help to move that parsing code out into a ...
    (microsoft.public.vb.general.discussion)
  • Re: read doubles from file
    ... using the BufferedWriter class, but to read it BufferedReader reads ... lines so I can't use it because I had one String for each line, ... You have used BufferedWriter. ... show an example parsing code. ...
    (comp.lang.java.programmer)
  • Re: string to hash
    ... get 2 arguments a string and an integer. ... The following is another perspective that may or may not be clearer to ... you depending on your comfort level with recursion: ...
    (comp.lang.ruby)