0
votes
1answer
32 views

Small tool to edit app settings

I need to small tool in Windows environment to change an entry in appsettings.config. It can be a cmd tool which I can write a batch file on it. Does anyone have a clue? Thanks
0
votes
0answers
19 views

Phonegap config.xml preference differences

Developing an application for iOS I'm seeing inconsistencies within the documentation for PhoneGap in regards to the config.xml file. According to this page: ...
-1
votes
1answer
52 views

Get php to read from an XML file [closed]

I'm a PHP beginner and need help with a little coding problem: class _settings_file { /** * @param string $file * @param array $settings array($settings_group => $settings_name) It ...
0
votes
0answers
21 views

Xml isn't correctly interpreted by Adobe Build

I've create a config.xml to configure the setup of my app via Adobe Build. I based my file on this document (https://github.com/phonegap/phonegap-start/blob/master/www/config.xml) <?xml ...
0
votes
0answers
42 views

wix XmlConfig: is it possible to remove all child elements within a parent node

In using wix, it's come up a few times that I'd like to completely replace all the child elements of a parent, but without the child elements being necessarily known. So far I haven't found a way to ...
1
vote
0answers
22 views

ASP edit config.xml location

I recently took over a website, and organized the folders in such a away that all my includes weren't in order however i managed to change this. But one of the asp pages cannot find the config.xml in ...
1
vote
1answer
25 views

Google apps retrieve user info

I have created a software that connects to google apps email and allows me to create a signature for specified users with their info. In google apps domain management is no possibility to edit more ...
1
vote
0answers
70 views

SpringSocial XML Configuration Schema Error

I tried the Spring Social Showcase using XML but it appears to have an error in the XML. The XML file is not working. I have read x marks on line 23 to 27. <facebook:config ...
0
votes
0answers
34 views

C# config file xml showing up twice

In my Settings.settings file, all of my entries are showing up twice. Below is an example of what I mean. Somehow, every time I build my app it puts the MSSUPhotoSyncService settings and then below ...
0
votes
1answer
141 views

SSIS Dynamic XML Configuration Path

Folks, My package has all the user variables specified in the XMl config that will be located in one of the package's folders. The thing is the config file's path itself is hardcoded in the ...
0
votes
0answers
76 views

menu-config.xml loses onclick event

I'm a rookie on this, my application has a little problem, and I don't know where can I find the solution to this issue, if in the menu-config.xml or the jsp that uses the ...
1
vote
1answer
77 views

MonoDevelop: Edit Key Bindings XML?

I am wondering where to edit the keybindings for MonoDevelop in text/XML format. I am in a situation where I switch regularly between a Mac and a PC, and the copy/paste function between the two is ...
-2
votes
1answer
31 views

How to check current Server Name in xml file [closed]

I have a config.xml file and I want to check which server the xml file is on (from within this xml file). Using this, I want to be able to set some parameters based on the servername and which would ...
0
votes
1answer
37 views

Struts2 {} inside a configuration

I was following a tutorial on Struts2 upon looking at its config file I saw this <package name="events" namespace="/events" extends="struts-default"> <action name="*" ...
0
votes
0answers
26 views

How does one go about getting a grasp of how to build config.xml in magento extension development? [duplicate]

Possible Duplicate: Magento XML build-up in plain english? Seriously, not kidding.. I've spent a whole week trying to figure out the nodes in config.xml and their ties to controller, model, ...
2
votes
2answers
440 views

T4 Template containing XML results in parse errors

I have created T4 Templates for the config files of my web and windows projects. I can successfully generate master web.config, and all configs for other environments, i.e. web.ci.config, ...
1
vote
3answers
190 views

CMS config - MySQL or XML?

My CMS will have a number of config values such as site name, slogan and so on - which will be read every time a page is generated. These values will of course be cached with a duration set to 1-2 ...
0
votes
0answers
110 views

Castle Windsor Add Components From XML

I'm using Castle Windsor in project and currently faced problem with configurations files, there are to many of them, and they are messed up. So I've decided to structurize them. I wand to initialize ...
0
votes
1answer
1k views

WCF Configuration for Security Not Working: Throwing The request for security token has invalid or malformed elements

I think something is wrong with my config. I am trying to get a password protected security wrapped in IIS (not achieved yet), and I am getting all sorts of exceptions. This time I am getting a ...
0
votes
0answers
246 views

Unity config for WCF service

I'm trying to move Unity configuration from the code to Unity.config XML file, but for some reason I'm not able to register WCF service to container (to be honest I just don't know how). Here is the ...
0
votes
0answers
329 views

Generate XML file in TYPO3 using typoscript only

I am trying to generate a XML file using only typoscript. I am using this in a custom template: #render xml page type: page > page = PAGE page { config.disableAllHeaderCode = 1 ...
1
vote
1answer
171 views

Read/Write to xml that was generated using csd

I've used the Configuration Section Designer (csd) to generate an xml configuration file to my application. Now, I want to work with this xml file (on c#) and do 2 things: 1. read a specific value ...
0
votes
1answer
237 views

Read value from config in Spring

This might be a way to simple question, but I seem to miss the right google-words 8/ Does Spring 3 have a way to read an arbitrary value from any of the xml-config-files? Meaning, I'd just like to ...
0
votes
1answer
279 views

Need Simple way to load some Config Settings for App

Visual Studio 2010 C# .Net 4.0 Windows Forms App I have several configuration setting that I would like to store in an XML file. I want to load values from the XML file for: Background Color, ...
0
votes
2answers
670 views

Spring XML Namespaces

I'm currently working my way through 'Spring in Action'. Being stuck starting with the aspects, I'd like to know if anybody can see my mistake. In my AppConfig.xml, I start the bean-declaratiotn with: ...
2
votes
1answer
738 views

how to write or read from XML config file (.config)

I have to write a config file in the post section of installation and read from the config file if older version of the product exists. config file is XML Configuration File (.config) config file ...
3
votes
3answers
201 views

Use of xml config files - simple mapping approaches?

I am writing a simple physics engine, and I want to include some form of config files. As I look at xml, the tree structure makes a lot of sense to me, and looking at libxml it seems to be very easy ...
3
votes
1answer
570 views

config.xml formatting problem

I am trying to prevent an android application from requesting lots of pemissions and I am developing using phonegap. I asked a question here: ...
2
votes
2answers
493 views

Accessing web.config from a classic asp program

I have a application in which there is a web.config file. I have to use a classic asp file and I need to access web.config configuration sections with classic asp file. How can I access the ...
2
votes
2answers
683 views

parsing XML configuration file using Etree in python

Please help me parse a configuration file of the below prototype using lxml etree. I tried with for event, element with tostring. Unfortunately I don't need the text, but the XML between ...
0
votes
2answers
777 views

Get Values out of xml file

Here my code until now: public Form1() { InitializeComponent(); Configuration cfg = Configuration.Deserialize("config.xml"); textBox1.Text = cfg.warning.ToString(); } Here's the class for ...
2
votes
4answers
1k views

Config file reading

I am trying to retrieve some information from a .config file. I need to search for specific tags and get the attributes in those tags. For example in application tag i need to get the attribute path. ...
2
votes
1answer
121 views

Can't get module to fire controller

I can't get my controller to fire. So I must be doing something wrong, but I can't figure it out and I am hoping someone can steer me in the right direction. Below is my config.xml file. <?xml ...
0
votes
1answer
317 views

Zend router config xml, shortcut?

I have an xml like this <configdata> <routes> <home type="Zend_Controller_Router_Route"> <route>home</route> <defaults> ...
1
vote
1answer
158 views

C# object from settings

What's the appropriate way to design the following application: I have some IAlgorithm objects, each of them has it's own settings. Obviously, I would like to store the settings in some settings file ...
2
votes
1answer
480 views

Zend_Config_Xml strange behaviour

I have a strange problem with Zend_Config_Xml. Here is an example. With this xml file https://gist.github.com/883465 this code: $config = new Zend_Config_Xml('config.xml'); ...
1
vote
1answer
166 views

Could anyone advise a good resource for understanding magento's config xml files

Hey there, I am really having some issues overriding the shipping block in the checkout module of magento. Could you please advise some resourses where I can get knowledge about the structure of ...
0
votes
1answer
122 views

How are DX and DY coordinates calculated in flash?

I'm trying to update a clients site and the original developer left almost no instructions. The code is all updated through XML. Here is a sample of the code enter code here<FOLDER ...
1
vote
1answer
194 views

Should I use external Configuration.xml file or just the web.config?

For my web application, I have several startup config values that need to be stored on a config xml file and will be loaded up when the web starts. My question is should I use an external xml or just ...
0
votes
1answer
175 views

Best way to store form status settings?

I'm working on a project, that have multiple settings on a form, (selections, checkboxes, etc..) How can I save/store settings, to be able load the same settings, at the next startup? I've heard ...
4
votes
1answer
508 views

What is an Eclipse Spring STS “Config Set” good for?

I have the Spring STS plugin activated within my Eclipse project. Doing this enabled many cool Spring features including specialized management of Spring bean files. However, I noticed that the ...
0
votes
1answer
586 views

How to read local customconfig.xml with xElement in C#

I have added a customConfig.xml to my project. I'm struggling to read the file into xElement because I need a file path. Any help is greatly appreciated. Thank you
4
votes
2answers
2k views

C# Windows Service XML

Scenario I have a windows service written in C# that performs some processing based on parsing an XML file and use that data to carry out various tasks. The service also does various bits of logging ...
6
votes
2answers
769 views

Configuration manager for PHP

I am working on code re-factoring of configuration file loading part in PHP. Earlier I was using multiple 'ini' files but now I plan to go for single XML file which will be containing all ...
3
votes
2answers
373 views

PHP - Using XML for a config file(s) are elements better than attributes or opposite?

I'm using XML for a config file in PHP (Using SimpleXML), in creating the config file what is more of a standard. Having all values in elements or using the attributes? Elements Example: ...
2
votes
1answer
127 views

Inject an empty string via Structuremap xml config

When I use the following in a structuremap xml config file, it is like I didn't specify the captureFileName parameter at all. How can I inject an empty string?
3
votes
2answers
2k views

Reading Hibernate Properties from Web.config

The C# project I'm working on uses nHibernate and the connection string is in the web.config as a property of a Hibernate element. I need to read the connection string in the installer to get a ...