Hello,
Is it possible to use a variable or constant in an XML file?
I have an entry for a file path in an XML file and if I need to change it it could mean changing MANY entries unless ... I can use a variable. Example:
Note: I cannot change the schema.
Thanks,
Michael42
Is it possible to use a variable or constant in an XML file?
I have an entry for a file path in an XML file and if I need to change it it could mean changing MANY entries unless ... I can use a variable. Example:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<map>
<map tableid="account" file="C:\[URL unfurl="true"]wwwroot\dev\myapp\data\account.xml"/>[/URL]
<map tableid="file" file="C:\[URL unfurl="true"]wwwroot\dev\myapp\data\file.xml"/>[/URL]
<map tableid="category" file="C:\[URL unfurl="true"]wwwroot\dev\myapp\data\category.xml"/>[/URL]
</map>
Thanks,
Michael42