WebHelp Search does not find title containing angle brackets
Post here questions and problems related to editing and publishing DITA content.
-
- Posts: 11
- Joined: Wed Apr 10, 2013 5:09 pm
WebHelp Search does not find title containing angle brackets
I'm using DITA to document some XML. I've noticed that if the title contains angle brackets (As in , the title is not included in the Search results. There is some text from the topic, but no title and no link.
Code: Select all
<title>Using the <Line> element</title>
-
- Posts: 4141
- Joined: Fri Mar 28, 2003 2:12 pm
Re: WebHelp Search does not find title containing angle brac
Post by sorin_ristache »
Hi,
Any word between angle brackets is handled as an HTML tag (which it shouldn't be, of course!) which in your case (<Line>) is ignored because it does not have HTML meaning. We will fix the problem in the next maintenance build. For fixing the problem yourself please replace the following line:
with this line:
in the file:
Regards,
Sorin
Any word between angle brackets is handled as an HTML tag (which it shouldn't be, of course!) which in your case (<Line>) is ignored because it does not have HTML meaning. We will fix the problem in the next maintenance build. For fixing the problem yourself please replace the following line:
Code: Select all
var tempTitle = tempInfo.substring(pos1 + 3, pos2);
Code: Select all
var tempTitle = tempInfo.substring(pos1 + 3, pos2)
.replace(/</g, "<").replace(/>/g, ">");
Code: Select all
[Oxygen-install-dir]\frameworks\dita\DITA-OT\plugins\com.oxygenxml.webhelp\oxygen-webhelp\search\nwSearchFnt.js
Regards,
Sorin
-
- Posts: 407
- Joined: Mon Dec 05, 2011 6:08 pm
Re: WebHelp Search does not find title containing angle brac
Hello,
I just wanted to let you know that this problem has been resolved in the latest maintenance build of Oxygen 15.0, 2013071613 (released on July 16th):
http://www.oxygenxml.com/download.html
The list of bug-fixes can be found here:
http://www.oxygenxml.com/build_history.html#2013071613
You can follow the release/build RSS feed here:
http://www.oxygenxml.com/rssBuildID.xml
Let us know if you encounter further problems with this new build.
Regards,
Ionela
I just wanted to let you know that this problem has been resolved in the latest maintenance build of Oxygen 15.0, 2013071613 (released on July 16th):
You can download it from our web site:WebHelp: The search did no locate words placed between the characters < and > in titles.
http://www.oxygenxml.com/download.html
The list of bug-fixes can be found here:
http://www.oxygenxml.com/build_history.html#2013071613
You can follow the release/build RSS feed here:
http://www.oxygenxml.com/rssBuildID.xml
Let us know if you encounter further problems with this new build.
Regards,
Ionela
Ionela Istodor
oXygen XML Editor and Author Support
oXygen XML Editor and Author Support
Return to “DITA (Editing and Publishing DITA Content)”
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service