Questions tagged [inline-xml]

4 questions
1
vote
2 answers

Inserting Variable into Inline XML in VS2008

so i have some inline XML Dim x As XElement = _ what I want to do is get some variables that have been set into that xml Dim v as string = "Blah" Dim x As XElement = _ …
Russ Bradberry
  • 10,705
  • 17
  • 69
  • 85
0
votes
3 answers

Regular Expressions and Inline XML

I have an Inline XML file(xml tags + text). I want to grab 4 words before a specific tag. For eg: Case 1: I used to live in London. Case 2: I work for Microsoft Tech. which is in…
0
votes
1 answer

Python 3.3: Process inlineXML

Whilst trying to tag named entities with the stanford NRE tool, I get this kind of output: A jury in Marion County Superior Court was expected to begin deliberations in the case on Wednesday or…
Tim
  • 2,000
  • 4
  • 27
  • 45
0
votes
1 answer

How to include dynamic markup in inline XML without it being encoded

I would like to create a HtmlHelper function for a specific kind of dropdown that appears on many pages in my app. I'm basically just trying to add some decoration around the existing DropDownList function, but it's being encoded. Here's my…
gfrizzle
  • 12,419
  • 19
  • 78
  • 104