Can an XML attribute value be a single white space in NOTEPAD++ v6.7.5? -


in following xml tag

<environment ignorecase="yes" startfunc="(" stopfunc=")" paramseparator="," terminal=";" additionalwordchar = "-"/> 

the startfunc attribute value must replaced " " [one single white space instead of "("]. there way make xml parser not remove white space ? have tried special chars spaces, no luck, encoding used "utf-8" , "windows-1252".

thanks in advance

update

i'm trying configure notepad++ "auto-completion" "function parameters hints" fires after hit space bar [the default value "("].

based on michael kay's answer, understood problem came notepad++ , not xml , found link:

http://docs.notepad-plus-plus.org/index.php/editing_configuration_files#autocompletion.2c_aka_api.2c_files

the note saying: "spaces can't used character attributes , additionalwordchar still not working (notepad++ v.6.5.2) maybe in future releases... " clear, additionalwordchar attribrute working.

i'm using npp v.6.7.5 ... there anyway overcome ?

yes, entirely possible value of attribute single space character. if it's not working need see more detail of doing , how failing.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -