Professional.Open.Source.dot.NET.Development.Programming.with.NAnt.NUnit.NDoc [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Professional.Open.Source.dot.NET.Development.Programming.with.NAnt.NUnit.NDoc [Electronic resources] - نسخه متنی

John Wait

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید







<xmlpoke>Replaces text from a given XPath Query.


Attribute

Type

Description

Required

file

string

The filename of the file that contains the XML document that is going to be poked.

True

value

string

The value that replaces the contents of the selected nodes.

True

xpath

string

The XPath expression used to select which nodes are to be modified.

True

failonerror

bool

Determines whether task failure stops the build or is just reported. The default is true.

False

if

bool

If true then the task will be executed; otherwise, skipped. The default is true.

False

unless

bool

Opposite of if. If false then the task will be executed; otherwise, skipped. The default is false.

False

verbose

bool

Determines whether the task should report detailed build log messages. The default is false.

False

Example




<xmlpoke
file="App.config"
xpath="/configuration/appSettings/add[@key = 'server']/@value"
value="productionhost.somecompany.com" />


/ 275