Forum: [VBP] General Discussion
05-27-2014, 01:33 PM
|
Replies: 1
Views: 14,865
|
Forum: [VBP] General Discussion
09-12-2013, 07:51 PM
|
Replies: 2
Views: 15,127
New XML elements include alias
I'm trying to update an custom TrafficMandatoryFiles element in a TFS 2008 TFSBuild.proj file that's using a namespace as shown below.
<?xml version="1.0" encoding="utf-8"?>
<Project...
|
Forum: [VBP] General Discussion
04-24-2012, 09:20 AM
|
Replies: 2
Views: 11,749
|
Forum: [VBP] General Discussion
04-23-2012, 04:29 PM
|
Replies: 2
Views: 11,749
Write XML issue
I'm trying to write multiple XML elements with the same name using the Write XML action as shown below but it will only create/update 1 FieldData element. Any ideas.
<?xml version="1.0"...
|
Forum: [VBP] Third Party Tools
04-20-2012, 03:08 PM
|
Replies: 1
Views: 14,952
Parsing HTML
I'm reading data from a SQL DB that is formated as HTML. Here is an example. I'm tryning to extract the 2 lines of text from the HTML. Any ideas?
<html><body><font color="#1F497D">This is line...
|