Search found 11 matches

by boater
Wed Jan 20, 2016 5:44 pm
Forum: Feature Request
Topic: A new "Sample" directory item: SQL
Replies: 1
Views: 1908

A new "Sample" directory item: SQL

The samples directory is full of very helpful material. Thank you for that. I suggest adding another folder: a scenario that transforms an XML into a connected SQL database. It could contain: [*]readme file that says in general terms what environment is needed (JDBC, classpath etc. ) [*]minmal SQLit...
by boater
Sun Dec 06, 2015 2:30 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: webhelp footer: args.ftr or webhelp.footer.file
Replies: 2
Views: 2324

Re: webhelp footer: args.ftr or webhelp.footer.file

Disregard.
I resolved it.
I fixed a bad footer file. The footer file somehow interfered search result display... I don't know why.
by boater
Sat Dec 05, 2015 4:56 pm
Forum: Other Issues
Topic: Webhelp: No title to click on in search result
Replies: 4
Views: 2082

Re: Webhelp: No title to click on in search result

More trouble-shooting data. I ran the webhelp transform with my Windows-64 version of Oxygen Developer --- that worked fine, it made a perfectly good webhelp, complete with clickable search results. The transform that doesn't work for me is my Linux-64 Oxygen Developer --- which is unfortunate, beca...
by boater
Fri Dec 04, 2015 7:27 pm
Forum: Other Issues
Topic: Webhelp: No title to click on in search result
Replies: 4
Views: 2082

Re: Webhelp: No title to click on in search result

It's definitely a problem with the tool chain... not my DITA or the transform settings. I got the same flawed search from the "Flower Garden" example. I also ran my DITA through "webhelp-mobile" transform and got a perfectly working site. Trouble-shooting note: I downloaded this ...
by boater
Fri Dec 04, 2015 4:59 pm
Forum: Other Issues
Topic: Webhelp: No title to click on in search result
Replies: 4
Views: 2082

Re: Webhelp: No title to click on in search result

Also: when I run the "Growing Flowers" example, I get same result: no way to click on a search result. So I don't think my DITA is the problem.

It's probably a transform parameter I'm not setting right, or a toolkit bug.
by boater
Fri Dec 04, 2015 4:22 pm
Forum: Other Issues
Topic: Webhelp: No title to click on in search result
Replies: 4
Views: 2082

Webhelp: No title to click on in search result

I just upgraded to Developer 17.1 and a DITA to Webhelp transform that had worked for me in 15.x no longer works. Specifically, the search results pane has no title or other URL to click on to go to a topic. I tried in Firefox and Chrome. Local server and direct file access. No joy. My topics are to...
by boater
Fri Nov 27, 2015 3:32 pm
Forum: Feature Request
Topic: Webhelp and Google Captcha
Replies: 2
Views: 2392

Re: Webhelp and Google Captcha

radu_pisoi wrote:Hi,
....
A good idea is to add a procedure that explains how to integrate this tool in our user manual. I will follow-up this post when a such procedure will be available.
Thank you. I look forward to it.
by boater
Thu Nov 26, 2015 3:23 pm
Forum: Feature Request
Topic: Webhelp and Google Captcha
Replies: 2
Views: 2392

Webhelp and Google Captcha

I am building a large corpus of text, which I want to make freely available via the webhelp transform. However, I don't want the data scraped in bulk. Can you make Google Captcha integration an option? ( https://www.google.com/recaptcha/intro/index.html ) You have probably encountered Google Captcha...
by boater
Wed Nov 04, 2015 2:32 pm
Forum: Other Issues
Topic: Solved: Oxygen Menu Problems
Replies: 1
Views: 1377

Solved: Oxygen Menu Problems

Putting this here for others who might have this problem. Oxygen pull down menus were unclickable for me...they'd close before I could click on the item (loosing mouse focus I think is the term). The only workaround that worked was not to maximize the Oxygen window. I had to minimize it, then drag i...
by boater
Tue Oct 27, 2015 2:40 pm
Forum: XSLT and FOP
Topic: XSLT: Problem merging following elements
Replies: 1
Views: 1957

Re: XSLT: Problem merging following elements

I solved it. I made a recursive call template to pick up the continuation lines. Works well. I also wrote some functions to test the text--only to make the code more readable. I don't know if using a recursive call template fits the xslt idiom well, but it's done. I really thought a <for-each..> or ...
by boater
Mon Oct 26, 2015 5:58 pm
Forum: XSLT and FOP
Topic: XSLT: Problem merging following elements
Replies: 1
Views: 1957

XSLT: Problem merging following elements

I'm transforming legacy plain text into XML. I have text at this point: <notes> <p> 1 Serve coffee within 30 minutes.</p> <p> 2 Check water temperature. The water filtered through the grounds must be 200 F. to ensure that the coffee from the brewing chamber</p> <p> will be at least 190 F.</p> <p> 3 ...