Is it possible to get property substitution in an XDoc file?  For
example, in my xdocs directory, I have a navigation.xml file.  I'd
like to do the following, so that my site will reflect which
CruiseControl build built it:
<project>
  <body>
    <links>
      ...
    </links>
    <menu name="Foo">
      ...
    </menu>
    ...
    <footer>
      <div>${label}</div>
    </footer>
  </body>
</project>

where 'label' is a property passed in by CruiseControl.

Is this doable?

-- 
Jamie Bisotti
Software Engineer
Lexmark International, Inc.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to