youngmatthewd
Programmer
using entities with XML Schema based documents isn't possible but wondering how people get around the problem of resolving variables when processing. there is an article:
which discribes a method.
basically what i want to do is when processing an XML document to replace variables with values. similar to the way Ant uses properties (the "${}" syntax). somesort of plugin to read "${}" and switch out those properties with values in a properties file.
which discribes a method.
basically what i want to do is when processing an XML document to replace variables with values. similar to the way Ant uses properties (the "${}" syntax). somesort of plugin to read "${}" and switch out those properties with values in a properties file.