Hi all, I have an xref in one of my topics that points to an external URL (something on out intranet). The URL in the href includes &accessible=true. Both the...
10666
Eric Sirois
dita_guy
Jun 1, 2008 2:48 pm
Hi Martin, try & in the href. In attributes, if you want to use the literal value ampresand, but not part of an entity, then it must be escaped. Eric...
10667
Martin
sagipolley
Jun 1, 2008 6:28 pm
Hi Eric, Thanks, I'll try using the & entity. The odd thing is, I've had hrefs with this in before now, and never noticed that they caused any problems. I've...
10668
Hedley Finger
hedleyfinger
Jun 2, 2008 12:42 am
... Does it have to be a number? What's wrong with the href + id as a unique identifier that also let's you figure out where a graphic is used? Is there some...
10669
Deborah Pickett
deborah_arie...
Jun 2, 2008 1:16 am
... Yes, if you are willing to do some programming. There is an example in the source distribution of DITA Open Toolkit called "JavaInvoker.java". It is very...
10670
Deborah Pickett
deborah_arie...
Jun 2, 2008 1:25 am
... noticed ... version ... That could be because the XML parser used in that pipeline stage (gen-list, at a guess) may have been updated or changed, and it is...
10671
Craig Sandvik
distracticon
Jun 2, 2008 2:55 am
... You should be able to make them work in the same build. Use different Ant targets for each map, and either set unique directories for dita.temp.dir and...
10672
Martin
sagipolley
Jun 2, 2008 4:11 am
Hi Deborah, The URL *was *generated by an authoring tool (albeit a legacy one). But I don't see anything wrong with the URL (lots of URLs contain query strings...
10673
bobthomastagsmiths
bobthomastag...
Jun 2, 2008 5:22 am
The Arbortext add-on for the authoring plug-in is now available here <http://tagsmiths.com/DownloadPage.html> . Regards, Bob Thomas ... of ... Rationale ... ...
10674
Deborah Pickett
deborah_arie...
Jun 2, 2008 6:14 am
... Yes, and while the URL contains naked ampersands quite happily, it's when you have to write it as an attribute in an XML document that you have to escape...
10675
doiheartwentyone
doiheartwent...
Jun 2, 2008 10:09 am
Hello all, I'd like to know what the best practice is for including small examples in DITA topics (and, possibly, to express my surprise that specialization...
10676
doiheartwentyone
doiheartwent...
Jun 2, 2008 10:11 am
(Please excuse this being marked as a reply to the other thread. I foolishly clicked "reply as web post" on the digest)...
10677
Andrew Hall
roxvillerooster
Jun 2, 2008 12:23 pm
Hi Craig and Dan, I have been trying to build all my PDFs in one target. It worked with OT 122 and FO 121. Here's the target I was using but this Ant build...
10678
Eliot Kimber
drmacro
Jun 2, 2008 2:19 pm
... I just use <pre>, e.g.: <dl> <dlentry> <dt>pre</dt> <dd>Use the pre element like so: <pre> <pre>Example stuff goes here</pre> </pre> </dd> ...
10679
mathew varghese
mathew_vargh...
Jun 2, 2008 2:36 pm
Hi, I just found this on SourceForge. Do use it and let me know. http://xml-copy-editor.sourceforge.net/. Best regards, Matt...
Hi Mathew, DITA Support is just a "feature request" with an open status - no resolution yet. https://sourceforge.net/tracker/?group_id=141776&atid=750632 It's...
10682
afr_yah
Jun 2, 2008 3:15 pm
Hi I'm using maps like the one below to create html table of contents pages that contain some text followed by some links - <map title="map title"> <topicref...
10683
mathew varghese
mathew_vargh...
Jun 2, 2008 3:21 pm
I agree Bob and I'm able to create valid DITA XML. I haven't checked to see whether it supports DITA 1.0 or 1.1. This looks like a cool tool for people on a...
10684
noz.urbina@...
x_pubs
Jun 2, 2008 4:29 pm
The Darwin Information Typing Architecture and its committee members always features heavily at the X-Pubs annual conference. This year is no exception! Here...
10685
Robert D Anderson
anderson_rob...
Jun 2, 2008 8:35 pm
Last Friday, we posted the first milestone build of DITA-OT 1.5 at SourceForge, under the "test build" section of the download page (DITA-OT 1.5 M1): ...
10686
Jim Cain
jpcain429
Jun 2, 2008 8:48 pm
I've used the org.apache.tools.ant.Project class to invoke DITA-OT transformations from a Java class. You basically supply the location of the build.xml file,...
10687
Eliot Kimber
drmacro
Jun 2, 2008 9:00 pm
... I did this for a little custom GUI I had to build. The key code to call Ant that I used was: project = new Project(); // Ant Project class project.init(); ...
10688
ghkrause
Jun 2, 2008 10:51 pm
Hi Chris, I must confess I have no idea why an image or figure might appear twice in one topic but your documents are differnet then mine as usual. What about...
10689
Deborah Pickett
deborah_arie...
Jun 3, 2008 12:01 am
... Let us know if <linklist> does what you need. It has optional <title> and <desc> children where you should be able to put your additional information. ...
10690
Deborah Pickett
deborah_arie...
Jun 3, 2008 12:09 am
... [...] ... They're all plausible. A variation of (1) is to specialize <dd> directly: remember that a <dlentry> can contain more than one <dd>. Of course,...
10691
Hedley Finger
hedleyfinger
Jun 3, 2008 2:52 am
I want to use TortoiseSVN as the poor man's CMS for my XML project (based on DITA DTDs). The built-in diff-merge is line oriented, as are many other diff...
10692
Hedley Finger
hedleyfinger
Jun 3, 2008 4:54 am
... Blush! I did not realise that <oXygen/> has an integrated Subversion client. Problem solved. Regards, Hedley -- Hedley Finger 28 Regent Street...
10693
Dainis Michel
dainis.michel@...
Jun 3, 2008 2:45 pm
Thanks to all who replied...even got a few personal messages too...had no idea that CHM files don't work when launched from a network server. Cheers and...
10694
sibersandi
Jun 3, 2008 4:51 pm
Traditional transformation approaches -- such as XSLT scripts -- that ensure a specific look and feel to your published documentation are often difficult and...