Search found 132 matches

by tomjohnson1492
Fri Jun 27, 2014 2:08 am
Forum: Other Issues
Topic: View webhelp locally without Chrome's security warning
Replies: 2
Views: 2294

View webhelp locally without Chrome's security warning

Is there any way to view the DITA OT webhelp loaded from local files (rather than from a webserver) through the Chrome browser without prompting the browser security warnings that Chrome shows? I think Chrome shows the security warning because of the Javascript in the webhelp files. Is there any JS ...
by tomjohnson1492
Fri May 02, 2014 11:03 pm
Forum: Other Issues
Topic: topicsetref support in relationship tables?
Replies: 6
Views: 5509

Re: topicsetref support in relationship tables?

Dan, thanks for your reply. I see that referring to the individual topics works all right, and it gives you more granular control in the reltable. However, DITA does have an element that is supposed to be used to refer to sets of topics. Topicset is used in the table of contents to refer to a set of...
by tomjohnson1492
Fri May 02, 2014 10:59 pm
Forum: General XML Questions
Topic: Bulk Convert XML to JSON ?
Replies: 7
Views: 8848

Re: Bulk Convert XML to JSON ?

Thanks for posting the detailed instructions. They were really clear and easy to follow. Very helpful.
by tomjohnson1492
Fri May 02, 2014 5:35 am
Forum: Other Issues
Topic: topicsetref support in relationship tables?
Replies: 6
Views: 5509

Re: topicsetref support in relationship tables?

I've been told that the way to achieve what I want is by doing the following: <topicref chunk="to-content" navtitle="Changing the tire"> <topicref href=“changing_tire_overview.dita"> <topicref href=“remove_the_tire" toc="no"/> <topicref href=“inspect_the_tube&...
by tomjohnson1492
Thu May 01, 2014 1:12 am
Forum: Other Issues
Topic: topicsetref support in relationship tables?
Replies: 6
Views: 5509

Re: topicsetref support in relationship tables?

After researching this issue, I'm leaning towards the conclusion that relationship tables don't support nested content when the nested content has the chunk="to-content" attribute. Relationship tables like to work with individual units of content (i.e., discrete files). One workaround migh...
by tomjohnson1492
Thu May 01, 2014 12:04 am
Forum: Other Issues
Topic: topicsetref support in relationship tables?
Replies: 6
Views: 5509

Re: topicsetref support in relationship tables?

In your documentation, I saw this: Relationship tables can technically contain nested topicref elements (that form a hierarchy) within a relcell. However, you should avoid using this sort of construct. http://www.oxygenxml.com/dita/styleguide/webhelp-feedback/Artefact/Maps/c_Understanding_Relationsh...
by tomjohnson1492
Wed Apr 30, 2014 8:49 pm
Forum: Other Issues
Topic: topicsetref support in relationship tables?
Replies: 6
Views: 5509

topicsetref support in relationship tables?

Are topicsetref elements allowed in relationship tables? I'm getting processing errors when I do this. Here's what I'm doing. In a ditamap, I have the following: <topicset id="topicset_time_interval_ rewards" href="time_interval_rewards_overview.dita" chunk="to-content"...
by tomjohnson1492
Wed Apr 30, 2014 8:34 pm
Forum: General XML Questions
Topic: Bulk Convert XML to JSON ?
Replies: 7
Views: 8848

Re: Bulk Convert XML to JSON ?

Thanks Adrian. If you could provide more details about how to configure the batch XML to JSON conversion in Oxygen, that would be helpful to me. One problem with the way the current conversion works is that the order of elements in the body gets rearranged. All the li elements are grouped together, ...
by tomjohnson1492
Wed Apr 23, 2014 8:53 pm
Forum: Other Issues
Topic: Suppress individual topics from appearing in search when par
Replies: 1
Views: 3970

Suppress individual topics from appearing in search when par

I'm using the topicset element with DITA and have a map like this: <topicset id="replacing_broken_spokes" navtitle="Replacing broken spokes" href="about_broken_spokes" chunk="to-content"> <topic href="remove_broken_spokes" toc="no"/> <topic...
by tomjohnson1492
Tue Apr 22, 2014 8:04 pm
Forum: General XML Questions
Topic: Bulk Convert XML to JSON ?
Replies: 7
Views: 8848

Re: Bulk Convert XML to JSON ?

I'm just wondering if the bulk converter from XML to JSON was ever built. I'm also interested in this capability.
by tomjohnson1492
Thu Apr 17, 2014 9:43 am
Forum: Other Issues
Topic: ../ path not supported?
Replies: 2
Views: 1530

Re: ../ path not supported?

Thanks for the info. It's good to know ../ isn't supported by the OT and that I'm not simply crazy. Also good to know Oxygen has a workaround. Thanks.
by tomjohnson1492
Thu Apr 17, 2014 2:06 am
Forum: Other Issues
Topic: ../ path not supported?
Replies: 2
Views: 1530

../ path not supported?

In my ditamap, I have a topicref that looks like this: <topicref href="../bicycles/parts/pedals.dita"/> Then I output to webhelp. When I do this, the "../" part (which takes the path back a level) messes up the transform. It's odd because when I'm typing href=" in the text e...