Search found 14 matches

by ari
Sat Mar 18, 2023 9:53 pm
Forum: General XML Questions
Topic: XML Refactoring: unwrap all spans with just a @lang attribute
Replies: 2
Views: 637

Re: XML Refactoring: unwrap all spans with just a @lang attribute

thank you for the reply and the alternative solution!
by ari
Fri Mar 17, 2023 6:37 pm
Forum: General XML Questions
Topic: XML Refactoring: unwrap all spans with just a @lang attribute
Replies: 2
Views: 637

XML Refactoring: unwrap all spans with just a @lang attribute

I'm trying to unwrap all spans that just have an @lang attribute in the XPath builder I'm using the following expression which works `//span[@lang and count(@*) = 1]` but when I try to use the same expression using XML Refactoring I get a "No resources were affected" message? am I missing ...
by ari
Tue Oct 05, 2021 10:19 am
Forum: Common Problems
Topic: xPath //elementName expression "stopped" working
Replies: 2
Views: 790

Re: xPath //elementName expression "stopped" working

I'm guessing you have changed this option, menu > Options > Preferences, XML / XSLT-XQuery / XPath, XPath Default Namespace. For the default behavior it should be set to "Use the default namespace from the root element".
That was it… thank you!!
by ari
Tue Oct 05, 2021 1:31 am
Forum: Common Problems
Topic: xPath //elementName expression "stopped" working
Replies: 2
Views: 790

xPath //elementName expression "stopped" working

let's say I would like to target all `head` elements within a TEI XML document; I would normally use the expression //head for some unclear ( to me at least) reason and after performing some queries in the same session this query stopped working ; so I quit the app reopened the file but it still wou...
by ari
Thu Jun 24, 2021 1:11 pm
Forum: Other Issues
Topic: Deleting all ?oxy_comment
Replies: 3
Views: 1094

Re: Deleting all ?oxy_comment

Radu wrote: Thu Jun 24, 2021 12:54 pm Hi,

You can select all the content, then right click and "Remove all comments".
Or in the main menu Window->Show view->"Review view" and in the Review view select all, right click and remove all comments.

Regards,
Radu
worked like a charm, thank you!
by ari
Thu Jun 24, 2021 12:21 pm
Forum: Other Issues
Topic: Deleting all ?oxy_comment
Replies: 3
Views: 1094

Deleting all ?oxy_comment

I would like to batch delete all oxygen comments within an TEI XML document <?oxy_comment_start?>…<?oxy_comment_end In author view while I can add a new comment from "Edit > Review" menu (Im on a Mac running oXygen 3.1 build 2021040908) the "Show/Edit Comment(s)" and "Remove...
by ari
Mon Apr 07, 2014 6:33 pm
Forum: General NVDL Issues
Topic: NVDL and custom XHTML 5
Replies: 2
Views: 7112

Re: NVDL and custom XHTML 5

@Radu, thank you this is exactly what I was looking for.
by ari
Fri Apr 04, 2014 6:40 pm
Forum: General NVDL Issues
Topic: NVDL and custom XHTML 5
Replies: 2
Views: 7112

NVDL and custom XHTML 5

I'm an XML beginner so bare with me. From what I understand by searching in the forums XHTML Validation is done using NVDL schema Oxygen uses the following NVDL schema to provide validation and content completion for XHTML 5 documents: OXYGEN_INSTALL_DIR/frameworks/xhtml/xhtml5 (epub3)/epub-xhtml-30...
by ari
Wed Oct 16, 2013 6:31 pm
Forum: XSLT and FOP
Topic: Batch ANT Transformation issue
Replies: 1
Views: 2563

Batch ANT Transformation issue

we're trying to batch convert docx files to tei using the ANT Transformation scenario we have created a new project and an ANT build xml file. we added the files to convert to the project and we applied the transformation. here are our settings https://photos-5.dropbox.com/t/0/AABzTlbjTztxG8pSA1FNie...
by ari
Wed Oct 03, 2012 6:07 pm
Forum: Other Issues
Topic: Corrupt files/ Uninstall Issues (Mac)
Replies: 1
Views: 1765

Corrupt files/ Uninstall Issues (Mac)

I'm having some issues with oXygen and xml files it 'diagnoses" as being corrupt After unistalling the mac version of oxygent I reinstalled it in another machine (mac) and opened the same files with no error mesasges or issues. I tried to do a full uninstall using these instructions: http://www...
by ari
Fri Sep 28, 2012 2:39 am
Forum: SDK-API, Frameworks - Document Types
Topic: DOCX (MS Word) to TEI P5 Ordered Lists Issue
Replies: 4
Views: 4390

Re: DOCX (MS Word) to TEI P5 Ordered Lists Issue

I applied the built-in transformation called DOCX TEI P5 on a Word document in both Oxygen 13.2 (which includes TEI P5 1.9.1) and Oxygen 14.0 (which includes TEI P5 2.1.0), but I could not reproduce the problem. An ordered list with the default style in Word as the following: item 1 item 2 item 3 w...
by ari
Sat Sep 08, 2012 3:19 pm
Forum: SDK-API, Frameworks - Document Types
Topic: DOCX (MS Word) to TEI P5 Ordered Lists Issue
Replies: 4
Views: 4390

DOCX (MS Word) to TEI P5 Ordered Lists Issue

After applying the 'DOCX TEI P5' transformation scenario to a DOCX document that contains a list using MS Words default '1. List Number' style the end result is an unordered list. e.g before transformation: 1. one 2. two 3. three after transformation: <list type="unordered"> <item>one</ite...
by ari
Mon Apr 02, 2012 5:05 pm
Forum: Common Problems
Topic: IBM Greek [Encoding Issue]
Replies: 2
Views: 2221

Re: IBM Greek [Encoding Issue]

Thanks for the prompt reply!
by ari
Sun Apr 01, 2012 1:38 pm
Forum: Common Problems
Topic: IBM Greek [Encoding Issue]
Replies: 2
Views: 2221

IBM Greek [Encoding Issue]

Hello! I'm trying open some txt files exported from an old version of 3b2 DTP software using IBM Greek encoding. I've successfully opened these with BBEdit using the 'Greek (DOS)' Encoding option. My current workflow is opening them in BBEdit reopening them using 'Greek DOS' and saving them as xhtml...