Hi Kevin,
I think whatever approach we end up with for this issue, it will be
necessary to support editing in XmlMind.
Rather than parameterizing the reference to the DTD (which from your
commit below looks like it's turning out to be problematic anyway)
perhaps another option might to use an svn:externals property. This
allows us to create the equivalent of symbolic links in each directory.
For example, given:
a/foo
a/b/bar
if you wanted to reference "foo" relative to a/b, you would create an
svn:external property for a/b with a value "../foo foo"
Might be worth experimenting with?
Dan
On 11/11/2010 07:43, [email protected] wrote:
Author: kevin
Date: Thu Nov 11 07:43:10 2010
New Revision: 1033829
URL: http://svn.apache.org/viewvc?rev=1033829&view=rev
Log:
I can't get POM definitions to be interpreted in the xml.
Modified:
incubator/isis/trunk/alternatives/objectstore/sql/src/docbkx/guide/isis-sql-objectstore.xml
Modified:
incubator/isis/trunk/alternatives/objectstore/sql/src/docbkx/guide/isis-sql-objectstore.xml
URL:
http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/objectstore/sql/src/docbkx/guide/isis-sql-objectstore.xml?rev=1033829&r1=1033828&r2=1033829&view=diff
==============================================================================
---
incubator/isis/trunk/alternatives/objectstore/sql/src/docbkx/guide/isis-sql-objectstore.xml
(original)
+++
incubator/isis/trunk/alternatives/objectstore/sql/src/docbkx/guide/isis-sql-objectstore.xml
Thu Nov 11 07:43:10 2010
@@ -15,10 +15,16 @@
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
- under the License.
--->
+ under the License.
+
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-"file:./resources/docbook-xml-4.5/docbookx.dtd">
+"file:${resourceDir}/resources/docbook-xml-4.5/docbookx.dtd">
+
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+"file:&resourceDir;/resources/docbook-xml-4.5/docbookx.dtd">
+-->
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+"file:./resources/docbook-xml-4.5/docbookx.dtd">
<book>
<bookinfo>
<title><?eval ${docbkxGuideTitle}?></title>