Search found 8 matches

by kiai
Wed Oct 29, 2014 1:27 am
Forum: Feature Request
Topic: Remove blank lines in format action
Replies: 4
Views: 9749

Re: Remove blank lines in format action

I'd like to remove blank lines while keeping long lines from breaking. Is there an option for that?
thanks!
by kiai
Thu Oct 23, 2014 2:08 am
Forum: General XML Questions
Topic: Find and Copy into another element?
Replies: 5
Views: 6387

Re: Find and Copy into another element?

I was hoping that oXygen had a way to find data in one XPath and replace the data in another XPath.
by kiai
Wed Oct 22, 2014 9:59 pm
Forum: General XML Questions
Topic: Find and Copy into another element?
Replies: 5
Views: 6387

Re: Find and Copy into another element?

I'll try anything. Would like to see if there's a way to do it in oXygen. Can't seem to find a solution searching for Terminal commands. Thanks!
by kiai
Wed Oct 22, 2014 7:38 pm
Forum: General XML Questions
Topic: Find and Copy into another element?
Replies: 5
Views: 6387

Re: Find and Copy into another element?

Does this have to be done with an I/O parser?
by kiai
Wed Oct 22, 2014 3:45 am
Forum: General XML Questions
Topic: Find and Copy into another element?
Replies: 5
Views: 6387

Find and Copy into another element?

Is there a way to copy data from one element and paste the data into another element? For example, how can the image in <page1> be copied into <page2> programmatically? <object> <page1> <image>pathtoimage/image-to-copy.png</image> </page1> <page2> <image></image> </page2> <pag </object> Thanks!
by kiai
Tue Oct 21, 2014 8:09 pm
Forum: General XML Questions
Topic: How to being building a complex validation tool?
Replies: 4
Views: 3351

Re: How to being building a complex validation tool?

Thanks! This is helpful.
by kiai
Tue Oct 21, 2014 4:11 am
Forum: General XML Questions
Topic: How to being building a complex validation tool?
Replies: 4
Views: 3351

Re: How to being building a complex validation tool?

Thanks for your reply. However, I am not trying to do a batch validation. I am trying to check one XML document with multiple data nodes pointing to image assets and elements with reference IDs within the same, single XML document. File structure is like this: XML Directory Subdirectories containing...
by kiai
Sun Oct 19, 2014 11:25 pm
Forum: General XML Questions
Topic: How to being building a complex validation tool?
Replies: 4
Views: 3351

How to being building a complex validation tool?

Hi, I would like to use oXygen to validate sets of documents. There is no XML creation, but would like to locate errors within a set. The simpler set contains a single XML document and numerous directories with image assets. Data nodes point to the images and sometimes reference elements within the ...