Search the web
Sign In
New User? Sign Up
dita-users · DITA users group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 10665 - 10694 of 16193   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10665
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...
Martin
sagipolley
Offline Send Email
Jun 1, 2008
9:33 am
10666
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...
Eric Sirois
dita_guy
Offline Send Email
Jun 1, 2008
2:48 pm
10667
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...
Martin
sagipolley
Offline Send Email
Jun 1, 2008
6:28 pm
10668
... 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...
Hedley Finger
hedleyfinger
Offline Send Email
Jun 2, 2008
12:42 am
10669
... 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...
Deborah Pickett
deborah_arie...
Offline Send Email
Jun 2, 2008
1:16 am
10670
... 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...
Deborah Pickett
deborah_arie...
Offline Send Email
Jun 2, 2008
1:25 am
10671
... 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...
Craig Sandvik
distracticon
Offline Send Email
Jun 2, 2008
2:55 am
10672
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...
Martin
sagipolley
Offline Send Email
Jun 2, 2008
4:11 am
10673
The Arbortext add-on for the authoring plug-in is now available here <http://tagsmiths.com/DownloadPage.html> . Regards, Bob Thomas ... of ... Rationale ... ...
bobthomastagsmiths
bobthomastag...
Offline Send Email
Jun 2, 2008
5:22 am
10674
... 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...
Deborah Pickett
deborah_arie...
Offline Send Email
Jun 2, 2008
6:14 am
10675
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...
doiheartwentyone
doiheartwent...
Offline Send Email
Jun 2, 2008
10:09 am
10676
(Please excuse this being marked as a reply to the other thread. I foolishly clicked "reply as web post" on the digest)...
doiheartwentyone
doiheartwent...
Offline Send Email
Jun 2, 2008
10:11 am
10677
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...
Andrew Hall
roxvillerooster
Offline Send Email
Jun 2, 2008
12:23 pm
10678
... I just use <pre>, e.g.: <dl> <dlentry> <dt>pre</dt> <dd>Use the pre element like so: <pre> &lt;pre&gt;Example stuff goes here&lt;/pre&gt; </pre> </dd> ...
Eliot Kimber
drmacro
Online Now Send Email
Jun 2, 2008
2:19 pm
10679
Hi, I just found this on SourceForge. Do use it and let me know. http://xml-copy-editor.sourceforge.net/. Best regards, Matt...
mathew varghese
mathew_vargh...
Offline Send Email
Jun 2, 2008
2:36 pm
10680
... file="${ditasource}/content/shared/ant_properties_files/vienna.properties"/> ... value="${ditasource}/content/projects/ACA_business_processes"/> ... ...
Craig Sandvik
distracticon
Offline Send Email
Jun 2, 2008
2:40 pm
10681
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...
Bob Doyle
bobodoyle
Offline Send Email
Jun 2, 2008
3:14 pm
10682
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...
afr_yah
Offline Send Email
Jun 2, 2008
3:15 pm
10683
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...
mathew varghese
mathew_vargh...
Offline Send Email
Jun 2, 2008
3:21 pm
10684
The Darwin Information Typing Architecture and its committee members always features heavily at the X-Pubs annual conference. This year is no exception! Here...
noz.urbina@...
x_pubs
Offline Send Email
Jun 2, 2008
4:29 pm
10685
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): ...
Robert D Anderson
anderson_rob...
Offline Send Email
Jun 2, 2008
8:35 pm
10686
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,...
Jim Cain
jpcain429
Offline Send Email
Jun 2, 2008
8:48 pm
10687
... 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(); ...
Eliot Kimber
drmacro
Online Now Send Email
Jun 2, 2008
9:00 pm
10688
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...
ghkrause
Offline Send Email
Jun 2, 2008
10:51 pm
10689
... 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. ...
Deborah Pickett
deborah_arie...
Offline Send Email
Jun 3, 2008
12:01 am
10690
... [...] ... 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,...
Deborah Pickett
deborah_arie...
Offline Send Email
Jun 3, 2008
12:09 am
10691
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...
Hedley Finger
hedleyfinger
Offline Send Email
Jun 3, 2008
2:52 am
10692
... Blush! I did not realise that <oXygen/> has an integrated Subversion client. Problem solved. Regards, Hedley -- Hedley Finger 28 Regent Street...
Hedley Finger
hedleyfinger
Offline Send Email
Jun 3, 2008
4:54 am
10693
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...
Dainis Michel
dainis.michel@...
Send Email
Jun 3, 2008
2:45 pm
10694
Traditional transformation approaches -- such as XSLT scripts -- that ensure a specific look and feel to your published documentation are often difficult and...
sibersandi
Offline Send Email
Jun 3, 2008
4:51 pm
Messages 10665 - 10694 of 16193   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help