Jump to a a particular tag by number
Are you missing a feature? Request its implementation here.
-
- Posts: 5
- Joined: Sun Feb 23, 2014 1:24 am
Jump to a a particular tag by number
Oxygen XML Author has a Find > Go to option, which enables you to jump to a specific line number in Text mode. In Author mode, would it be possible to have an option that lets you jump to a particular tag number e.g. go to the 57th <p> tag in a topic or the 99th <topicref> in a map? This would be useful for debugging builds, where the log (presented in an HTML page) reports issues with specific numbered tags in files. The source file itself could be error-free, but conditional or other processing could cause such errors to be generated. Thanks
-
- Posts: 9438
- Joined: Fri Jul 09, 2004 5:18 pm
Re: Jump to a a particular tag by number
Hi,
You can use our XPath toolbar for such cases.
For example if you want to see where the 55'th topicref is in the DITA Map you should execute this XPath:
The element check is done using the DITA @class attribute because there may be other references to topics which are not explicitly named "topicref", for example you could have "chapter" or "keydef".
Regards,
Radu
You can use our XPath toolbar for such cases.
For example if you want to see where the 55'th topicref is in the DITA Map you should execute this XPath:
Code: Select all
(//*[contains(@class, ' map/topicref ')])[10]
Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
<oXygen/> XML Editor
http://www.oxygenxml.com
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