Variable Replacement In Document Template Not Working
Posted: Fri Aug 12, 2011 9:39 pm
Hi,
I'm trying to create a document template xsd file. I want to use variable replacement inside this template...for example in my schema declaration I want to do the following...(xml snippet to follow)
Whenever I create a new file using this template it does not actually replace the value of ${cfn} it just leaves that in the newly created file as the literal string ${cfn}.
Am I doing something wrong? I'm running Oxygen 12.2.0 inside Eclipse Indigo (3.7)
I'm trying to create a document template xsd file. I want to use variable replacement inside this template...for example in my schema declaration I want to do the following...(xml snippet to follow)
Code: Select all
xmlns="http://www.nycourts.gov/xml/ucms/datamodel/shared/servicedm/universal/task/inquiry/${cfn}
Am I doing something wrong? I'm running Oxygen 12.2.0 inside Eclipse Indigo (3.7)