Search found 26 matches

by luxlunae
Fri Jul 29, 2016 4:24 pm
Forum: XML Schemas
Topic: Bypassing/redirecting from LOC metadata standards
Replies: 1
Views: 2423

Bypassing/redirecting from LOC metadata standards

Is there a way to force oxygen to use a different mirror for xml standards than that listed in the file itself? LOC is going to be down all weekend (what else is new) and I would like my workflow to be uninterrupted.

Thanks!
by luxlunae
Sat Jun 04, 2016 12:04 am
Forum: Common Problems
Topic: Attributes being discarded
Replies: 13
Views: 5345

Re: Attributes being discarded

Ok,I will do that.

Close, it is a mets file.
by luxlunae
Thu Jun 02, 2016 7:53 pm
Forum: Common Problems
Topic: Attributes being discarded
Replies: 13
Views: 5345

Re: Attributes being discarded

When I press undo to undo it, the entire node tree (from related item on down, including child related items) is suddenly selected, if that hint helps anything.
by luxlunae
Thu Jun 02, 2016 7:48 pm
Forum: Common Problems
Topic: Attributes being discarded
Replies: 13
Views: 5345

Re: Attributes being discarded

This issue is still occurring with version 18. It seems to happen when I change values from Author mode. When I use author mode to change "S" to "V.S.", consistently the types are being stripped out of both the name and the related item (the grandparent and great grandparent elem...
by luxlunae
Mon May 30, 2016 11:58 pm
Forum: Common Problems
Topic: Attributes being discarded
Replies: 13
Views: 5345

Re: Attributes being discarded

That is very interesting to know, (that you can delete that way, I didn't know) but I don't generally search on type (because all of our related items are the same type, it isn't useful information). If it was deleting IDs that explanation might make more sense. I use github through the windows appl...
by luxlunae
Mon May 30, 2016 6:07 pm
Forum: Common Problems
Topic: Attributes being discarded
Replies: 13
Views: 5345

Re: Attributes being discarded

Hmm... I'll have to check with my boss, I didn't realize that there was gating associated with updating.
by luxlunae
Mon May 30, 2016 6:06 pm
Forum: Common Problems
Topic: Attributes being discarded
Replies: 13
Views: 5345

Re: Attributes being discarded

I'm afraid I don't know what actually causes it, I never notice it (in these enormous files) unless I happen to see it in the github change log. In general I switch between normal and author mode, and I do a lot of searches in xpath. For the most recent egregious example I also rearranged nodes by d...
by luxlunae
Mon May 30, 2016 2:11 am
Forum: Common Problems
Topic: Attributes being discarded
Replies: 13
Views: 5345

Re: Attributes being discarded

Code: Select all

<relatedItem type="constituent" ID="c016">
turns to

Code: Select all

<relatedItem  ID="c016">

Code: Select all

<name type="personal">
turns to

Code: Select all

<name>
by luxlunae
Mon May 30, 2016 2:02 am
Forum: Common Problems
Topic: Attributes being discarded
Replies: 13
Views: 5345

Attributes being discarded

I'm not sure what context this is happening but I sometimes go to push updates and see that the type attributes have been discarded from a few or many of my nodes.

It might occur more often when I'm using outline view or author view?
by luxlunae
Wed Feb 10, 2016 8:05 pm
Forum: General XML Questions
Topic: Weird project problem
Replies: 1
Views: 1945

Re: Weird project problem (removed)

removed
by luxlunae
Wed Feb 10, 2016 8:05 pm
Forum: General XML Questions
Topic: Weird project problem
Replies: 1
Views: 1945

Re: Weird project problem

Fixed. The problem was actually with my github branches.
by luxlunae
Wed Feb 10, 2016 12:45 am
Forum: XQuery
Topic: XQuery collection() function on Web Dav server
Replies: 5
Views: 7262

Re: XQuery collection() function on Web Dav server

Thanks! I will try that. I've been very frustrated trying to get collections to work in oxygen.
by luxlunae
Sat Feb 06, 2016 6:28 am
Forum: XQuery
Topic: XQuery collection() function on Web Dav server
Replies: 5
Views: 7262

Re: XQuery collection() function on Web Dav server

What would such a declaration look like for a collection of files in the following folder? I'm getting the same error but the documentation doesn't really give any examples for those preferences. This is the line of code throwing the error: let $names := collection('file:///D:/BlueMountainTEI/period...
by luxlunae
Fri Aug 21, 2015 5:26 pm
Forum: XQuery
Topic: Xquery to find/replace
Replies: 5
Views: 7368

Re: Xquery to find/replace

Is there a way to use my current project to generate a collection file? An export that I'm not seeing?
by luxlunae
Fri Aug 14, 2015 5:15 pm
Forum: XQuery
Topic: Xquery to find/replace
Replies: 5
Views: 7368

Re: Xquery to find/replace

Can you load a project using the doc function?
by luxlunae
Wed Aug 05, 2015 11:26 pm
Forum: XQuery
Topic: Xquery to find/replace
Replies: 5
Views: 7368

Xquery to find/replace

Code: Select all

//mods:displayForm[text()[contains(.,'Trust')]]/ancestor::mods:name/@type 
This code identifies all of the attributes I want to change, but how do I actually replace the value using xpath/xquery?
by luxlunae
Thu Jul 30, 2015 11:12 pm
Forum: Other Issues
Topic: Regex not working?
Replies: 4
Views: 2481

Re: Regex not working?

changing \t to \s does not work either.
by luxlunae
Thu Jul 30, 2015 9:47 pm
Forum: Other Issues
Topic: Regex not working?
Replies: 4
Views: 2481

Re: Regex not working?

The forum has stripped out the indentation of my two xml lines but they are indented and different amounts.
by luxlunae
Thu Jul 30, 2015 9:46 pm
Forum: Other Issues
Topic: Regex not working?
Replies: 4
Views: 2481

Regex not working?

regexr.com says that : <name type="personal">\n[ \t]+<displayForm>Trust</displayForm> should accurately match <name type="personal"> <displayForm>Trust</displayForm> (I'm doing a find replace "personal" with "corporate" where displayForm="trust") but...
by luxlunae
Thu Jul 16, 2015 5:09 pm
Forum: Other Issues
Topic: Project, how do I remove a file without deleting it
Replies: 3
Views: 2738

Re: Project, how do I remove a file without deleting it

Thank you! Filters were just what I needed.
by luxlunae
Wed Jul 15, 2015 9:40 pm
Forum: Other Issues
Topic: Project, how do I remove a file without deleting it
Replies: 3
Views: 2738

Re: Project, how do I remove a file without deleting it

Additionally just right clicking this file in project view caused a pretty dramatic crash of oxygen, although not right away. (sent crash report)
by luxlunae
Wed Jul 15, 2015 9:37 pm
Forum: Other Issues
Topic: Project, how do I remove a file without deleting it
Replies: 3
Views: 2738

Project, how do I remove a file without deleting it

I make my projects by adding the folder that my metadata is in. For this magazine one of the subfolders is an xlsx file that is interfering with project wide search/replace functions. Is there a way to remove/exclude a file from the project without deleting it? It is someone elses work so I don't wa...
by luxlunae
Fri Jul 10, 2015 5:20 pm
Forum: Other Issues
Topic: Author mode, change attributes
Replies: 2
Views: 2048

Re: Author mode, change attributes

using attributes view alongside my author window solves the problem nicely, thank you.
by luxlunae
Thu Jul 09, 2015 9:23 pm
Forum: Other Issues
Topic: Author mode, change attributes
Replies: 2
Views: 2048

Author mode, change attributes

Is there a way to change element attributes from author mode? I use content:attr(lang); as part of my css block to display the attribute but it does not seem to be able to be changed in author view. That was great when all I was displaying was IDs, but now that I need to be able to change the langua...
by luxlunae
Thu Jun 18, 2015 10:04 pm
Forum: XQuery
Topic: Xpath query fails if "all opened files"
Replies: 2
Views: 5258

Re: Xpath query fails if "all opened files"

It works like magic! Thanks!
by luxlunae
Wed Jun 17, 2015 10:07 pm
Forum: XQuery
Topic: Xpath query fails if "all opened files"
Replies: 2
Views: 5258

Xpath query fails if "all opened files"

This executes just fine if run individually on any given file: //mods:relatedItem/mods:titleInfo[(following-sibling::mods:titleInfo)]/mods:title but if I tell it to run on all opened files (which are all the same kind of xml metadata) I get this error: XPath failed du to: Prefix mods has not been de...