... WebDAV ... make ... or ... only in ... on ... horrible ... it ... I suggest you give XXE a try (www.xmlmind.com). I can't speak to its performance on OS X,...
The classpath for the XSLT process is set within demo/fo/build.xml. Since XEP comes with Saxon, build.xml points to where XEP's version of Saxon would sit....
According to this, http://www.oasis-open.org/committees/entity/spec- 2001-08-06.html#s.catalog, <nextCatalog> can be used to point to an external catalog file....
I seem not to be able to use the main build.xml file from another directory. E.g. if dita is installed on /dita and I'm working in /files Can I create a local...
<image href="formats.jpg" alt="Three formats. For the braille editor, an input format for the braille engine, and an output format for the QA people and the...
Carolyn, I encourage you to post info on this meeting to the DITA XML.org Focus Area calendar, http://dita.xml.org/events. You may also want to post an ...
Carol Geyer
carol.geyer@...
Apr 3, 2006 1:16 pm
2208
Mark, It looks to me like DITA-OT uses catalog-ant.xml out of the box. In ant there are two kinds of xml catalogs. One is an ant-specific, light catalog that...
I found this: Converting INF/HLP files to ASCII text [current version: 1.02] This is a relatively simple program to retrieve all the text from an OS/2 INF...
Dave, I do this in each doc's build.xml file <project basedir="../DITA-OT"> , then import ${basedir}/conductor.xml (actually, each doc's build.xml imports my...
Shawn; Don't count Serna out of the picture, yet. I'd strongly recommend contacting the folks at Syntext directly via one of the links on their About Us page....
... I doubt that it has to be relative, but it was convenient for me to do it that way. The key seems to be that basedir = the top of the dita-ot kit. I'm sure...
With Firefox version 1.5.0.1, I do not get any hover help on my image (truncated or otherwise). When I remove the image, Firefox displays the full alternate...
... Thanks Chris. I had installed XEP in a directory called 'XEP.' I changed the directory name to 'xep' and things seem to work. It was working on OS X...
... They seem very helpful. If I understand correctly, they will have a beta version in a week or so that may fix the issue. I'm still testing with it, but we...
... Well, sort of. You're not protected against code that looks like this: x = get_dirname_from_filesystem(); if (x == "xep") { ... do something ... } because...
... Seems right Deborah :-) Informative that your tracker is being ignored. I'm curious if anyone has tried an absolute path, either '/dir/dir' or a url format...
... Which ripples through to conductor.xml, i.e. as Deborah says, you need to keep patching delivered files. Not a desirable feature. ... So how does it work...
... Indeed. Ideally, you want to be able to point to the latest, unmodified dita-ot and have it 'just work' :-) ... Ok, here's some more detail to help in your...
Oops...if you're using that code sample, obviously you need to omit the asterisks in basedir="*C:/programs/DITA-OT1.1.2.1*". Thunderbird added them to...
Thanks, David. But I'm still confused. I see the ant catalog that's used by the ToolKit (catalog-ant.xml). And I can see where it is imported and referenced by...
Not incidentally, I've been watching these messages, and want to assure everybody who is interested in managing the basedir AND the output directory mappings...
Mark, Sorry, I don't have more information than that general explanation of catalogs in ant. From what I can tell, only catalog-ant.xml is used out of the...
Well, I found out where catalog-dita.xml is hardcoded. I was wondering if maybe any file named catalog*.xml was loaded automatically, so I tried creating my...
I've been playing around with the idom plugin (which is awesome). One question I have: I have been trying to customize attribute sets to change the look and...
... I'm pretty sure that absolute paths are a safe workaround in most cases. ... Most of that has been fixed in release 1.2.1 (beta ATM) as a result of ...