Search found 58 matches

by xsaero00
Tue Jul 17, 2012 12:56 am
Forum: Common Problems
Topic: Custom spell checker
Replies: 2
Views: 1848

Re: Custom spell checker

We installed Stedman's for Word. It creates a .lex file. As far as I know that is microsoft only format. What format does the dictionary need to be to work with Oxygen? Where can I find more info on it. I noticed some spell files in %AppData%\com.oxygenxml.author\spell. Are these hunspell files? Sho...
by xsaero00
Tue Jul 17, 2012 12:10 am
Forum: Common Problems
Topic: Custom spell checker
Replies: 2
Views: 1848

Custom spell checker

How do I use a custom spell checker with Author 14. In particular I want to enable Stedman's http://www.stedmans.com/product.cfm/376/216 dictionary. We have a custom DocBook document type association set up for our users.
by xsaero00
Mon Jul 09, 2012 6:09 pm
Forum: DocBook
Topic: Detection errors
Replies: 4
Views: 3621

Re: Detection errors

Thanks for letting me know.
by xsaero00
Thu Jul 05, 2012 6:17 pm
Forum: Other Issues
Topic: Insert Link action
Replies: 7
Views: 3869

Re: Insert Link action

Sure thing.
by xsaero00
Wed Jul 04, 2012 12:33 am
Forum: DocBook
Topic: Detection errors
Replies: 4
Views: 3621

Detection errors

When I go into Docbook document type association settings and try to edit or create and action I get following error. Detection errors: C:\Program Files\Oxygen XML Author 14\${framework}\docbook.jar - C:\Program Files\Oxygen XML Author 14\${framework}\docbook.jar (The system cannot find the path spe...
by xsaero00
Tue Jul 03, 2012 7:33 pm
Forum: Other Issues
Topic: Insert Link action
Replies: 7
Views: 3869

Re: Insert Link action

14 is out. Where are the promised improvements? The linking works just like before.
by xsaero00
Mon Jun 18, 2012 9:19 pm
Forum: Other Issues
Topic: DocBook XML to OOXML
Replies: 9
Views: 6517

Re: DocBook XML to OOXML

Using the same method, would it be possible to convert the MS PowerPoint files (OOXML) to Docbook XML and vice versa? Possible? Yes. Easy or practical? Not in my opinion. I am not aware of any XSL stylesheets out there that already work with OOXML, so you are going to have to write it from scratch....
by xsaero00
Mon Dec 19, 2011 11:31 pm
Forum: Other Issues
Topic: Insert Link action
Replies: 7
Views: 3869

Re: Insert Link action

Just wondering if the functionality mentioned in this post is coming soon. Are you planning to add it in one of your future releases?
by xsaero00
Sat Nov 19, 2011 1:30 am
Forum: Other Issues
Topic: DocBook XML to OOXML
Replies: 9
Views: 6517

Re: DocBook XML to OOXML

I ended up using roundtrip XSL. I had to heavily modify it and fix a number of bugs, but now it works. I can covert DocBook to Word. Thanks.

I dropped the idea of importing Word to XML for now. I think that is just too much hassle.
by xsaero00
Fri Nov 11, 2011 8:36 pm
Forum: Other Issues
Topic: DocBook XML to OOXML
Replies: 9
Views: 6517

DocBook XML to OOXML

Our users are asking for a simple way to convert DocBook XML to OOXML (DocBook to Word DOCX) and back. The editing in house is done in Oxygen but sometimes they have to send files for editing to other people and Word is still the de facto standard. I imagine this will be a major undertaking so any h...
by xsaero00
Fri Oct 07, 2011 6:16 pm
Forum: Other Issues
Topic: Custom list styling
Replies: 4
Views: 2341

Re: Custom list styling

Thanks for great news.
by xsaero00
Mon Oct 03, 2011 7:48 pm
Forum: Common Problems
Topic: Native spelling implementation crashed
Replies: 1
Views: 1406

Native spelling implementation crashed

One of our users received following error. The application detected an error that is not automatically handled. It is possible that this error is not critical and the application may continue to work normally but our recommendation is to report the error and restart the application. If the applicati...
by xsaero00
Thu Sep 29, 2011 10:24 pm
Forum: Other Issues
Topic: Insert Link action
Replies: 7
Views: 3869

Insert Link action

The Insert Link action bundled together with DocBook framework is really under developed. :( When you insert a link there is no dialog to enter the URL. You have to go into edit attributes, find the right attribute and then enter the URL. That's a lot more actions than it needs to be. Why can't this...
by xsaero00
Tue Sep 20, 2011 6:07 pm
Forum: Other Issues
Topic: Custom list styling
Replies: 4
Views: 2341

Re: Custom list styling

OK. CSS3 hyphen implementation would be preferred.
by xsaero00
Tue Sep 20, 2011 2:30 am
Forum: Other Issues
Topic: Custom list styling
Replies: 4
Views: 2341

Custom list styling

In my docbook framework I want to be able to use custom list style character: dash. It is not a part of css standard so it has to be done with "content". I can do that but I cannot keep the text after first line aligned with top line. Usually on the web I would do it with negative text-ind...
by xsaero00
Mon Sep 19, 2011 7:12 pm
Forum: Other Issues
Topic: XSL transformation operation
Replies: 3
Views: 2002

Re: XSL transformation operation

Thanks you. The code will get me started. I agree with adding an artificial root element to selected fragment.

What if I have the selection that starts in a middle of one paragraph and ends in the middle of other? Will the code still produce valid XML?
by xsaero00
Fri Sep 16, 2011 6:51 pm
Forum: Other Issues
Topic: XSL transformation operation
Replies: 3
Views: 2002

XSL transformation operation

I am trying to write an operation where I can use a short XSLT script to change a fragment of the document into something else. It would work as following: You would select a chunk of document or position your cursor in the document and the chunk of document will be selected by an XPath (probably se...
by xsaero00
Wed Aug 24, 2011 7:55 pm
Forum: Other Issues
Topic: Custom actions in content completion dialog
Replies: 1
Views: 1260

Custom actions in content completion dialog

We want to implement custom actions in content completion dialog similar to "Split listitem" that comes up if you press ctrl + space with cursor inside <para> of <listitem>. This action seems to be custom since the cursor is not inside the <listitem> but inside the <para>. I looked in DocB...
by xsaero00
Wed Aug 24, 2011 6:01 pm
Forum: Other Issues
Topic: Working with xinclude in Author
Replies: 5
Views: 2251

Re: Working with xinclude in Author

Great. I already wrote an action to add xincludes but I am sure it is not as comprehensive as the built in one.
by xsaero00
Wed Aug 24, 2011 1:14 am
Forum: Other Issues
Topic: Lack of setter modification methods on AuthorNode
Replies: 5
Views: 2380

Re:

Thanks. I was able to do the substitution. For text pasted from Word I modified xhtml2db5.xsl stylesheet and for plain text I used ro.sync.ecss.extensions.api.AuthorSchemaAwareEditingHandlerAdapter#handlePasteFragment

Thanks for all the help.
by xsaero00
Fri Aug 19, 2011 12:07 am
Forum: Other Issues
Topic: Lack of setter modification methods on AuthorNode
Replies: 5
Views: 2380

Re:

The process method of ClipboardFragmentProcessor does not fire when pasting from another text editor like Microsoft Word or Notepad. It seems to only fire when copying/pasting from Oxygen Editor. Is this normal?
by xsaero00
Thu Aug 18, 2011 11:46 pm
Forum: Other Issues
Topic: Lack of setter modification methods on AuthorNode
Replies: 5
Views: 2380

Re: Lack of setter modification methods on AuthorNode

The forum topic should be "Lack of setter or modification methods on AuthorNode"
by xsaero00
Thu Aug 18, 2011 11:45 pm
Forum: Other Issues
Topic: Lack of setter modification methods on AuthorNode
Replies: 5
Views: 2380

Lack of setter modification methods on AuthorNode

I am trying to process pasted text. I want to look for certain pattern and change that into elements. If pasted text is " hello [1;2]" i want to change that into " hello <xref linkend="id.1"/><xref linkend="id.2"/>" I am using ClipboardFragmentProcessor but I ...
by xsaero00
Thu Jul 07, 2011 5:56 pm
Forum: Other Issues
Topic: Relative XPath
Replies: 5
Views: 2494

Re: Relative XPath

Awesome. I did not know that. I always assumed the XPath methods are absolute. That will definitely work. Thanks.
by xsaero00
Wed Jul 06, 2011 7:40 pm
Forum: Other Issues
Topic: Custom ID auto generation pattern.
Replies: 10
Views: 3849

Re: Custom ID auto generation pattern.

Since you are looking as this, can you provide a way to override the tooltip in SAIDElementsCustomizerDialog. Currently it just gets set to GenerateIDElementsInfo.PATTERN_TOOLTIP (line 227 in SAIDElementsCustomizerDialog.java) //Tooltip for the pattern field idGenerationPatternField.setToolTipText(G...
by xsaero00
Wed Jul 06, 2011 6:29 pm
Forum: Other Issues
Topic: Relative XPath
Replies: 5
Views: 2494

Re: Relative XPath

The use cases of it are plentiful. For example you want to select all elements of a certain type, within a given element. Currently I would probably solve such problem by traversing it using the AuthorNode API with some helping of recursion. But it would be much easier if there was a method like Aut...
by xsaero00
Wed Jul 06, 2011 12:12 am
Forum: Other Issues
Topic: Relative XPath
Replies: 5
Views: 2494

Re: Relative XPath

And in general how do I do relative XPath given a particular AuthorElement?
by xsaero00
Tue Jul 05, 2011 11:53 pm
Forum: Other Issues
Topic: Relative XPath
Replies: 5
Views: 2494

Relative XPath

If I have AuthorAccess A and AuthorElement E how do I find number of previous siblings of E?
by xsaero00
Tue Jul 05, 2011 10:21 pm
Forum: Other Issues
Topic: Custom ID auto generation pattern.
Replies: 10
Views: 3849

Re: Custom ID auto generation pattern.

Thank you for comprehensive answer. I'll look into renaming the package in my sources. I was really hopping to avoid such implementation though. So far I was able to implement everything I need just by extending Docbook5UniqueAttributesRecognizer and GenerateIDElementsInfo. And if it was not for the...
by xsaero00
Sat Jul 02, 2011 12:54 am
Forum: Other Issues
Topic: Custom ID auto generation pattern.
Replies: 10
Views: 3849

Re: Custom ID auto generation pattern.

GenerateIDElementsInfo on constructor public GenerateIDElementsInfo(AuthorAccess authorAccess, GenerateIDElementsInfo defaultOptions) { //Read the Auto ID Elements Info from options. this(isAutoGenerateIDs(authorAccess, defaultOptions), getIDGenerationPattern(authorAccess), getIDGenerationElements(a...