Search found 13 matches

by xmlman
Thu Sep 17, 2020 12:00 am
Forum: Feature Request
Topic: Saved Find and Replace
Replies: 1
Views: 1051

Saved Find and Replace

Is it possible to save and share Find and Replace arguments? Perhaps a find and replace scenario?
by xmlman
Wed Aug 08, 2012 8:06 pm
Forum: Feature Request
Topic: Master Files
Replies: 1
Views: 1742

Master Files

Why no support for DTDs in the Master Files? I got news for you. DTDs are very much still in use in print publishing in the United States. I work in the defense/aerospace industry and unless you're you're using S1000D, the only thing the US government provides for military specifications are DTDs. G...
by xmlman
Tue Mar 06, 2012 5:02 pm
Forum: Feature Request
Topic: Search and Replace
Replies: 1
Views: 1861

Search and Replace

Is it possible to turn off the "REPLACE" functionality under Find in Author. Replace functionality in Files is especially dangerous for inexperienced users and non technical writers.
by xmlman
Thu Jan 05, 2012 10:16 pm
Forum: Other Issues
Topic: How do use an attribute with a namespace using oxy_xpath?
Replies: 2
Views: 1740

Re: How do use an attribute with a namespace using oxy_xpath?

You can ignore this posting. I figured this out looking at some other code you sent me. I see that by using an asterisk (*) in place of the namespace name the error is not generated. I implemented the following: warning>trim\.para>link>prompt { content: oxy_xpath('parent::link/@*:href') } This rende...
by xmlman
Thu Jan 05, 2012 8:01 pm
Forum: Other Issues
Topic: How do use an attribute with a namespace using oxy_xpath?
Replies: 2
Views: 1740

How do use an attribute with a namespace using oxy_xpath?

In a CSS, I want to insert the value of an attribute of a parent element. The attribute has a namespace. I have the namespace declared. @namespace xlink "http://www.w3.org/1999/xlink"; I have tried this: warning>trim\.para>link>prompt { content: oxy_xpath('parent::link/@xlink:href'); } Tha...
by xmlman
Fri Dec 23, 2011 12:22 am
Forum: Other Issues
Topic: Resolving paths
Replies: 1
Views: 1162

Resolving paths

I need to build on my previous post for using oxy_substring and an attribute. That part is now working fine. Now that I can grab the value of xlink:href after "IETM://" I need to resolve what folder in which XML file resides. EXAMPLE XML: <link xlink:href="IETM://O0013"/> <link x...
by xmlman
Thu Dec 22, 2011 6:51 pm
Forum: Other Issues
Topic: Resolving Cross References
Replies: 7
Views: 2946

Re: Resolving Cross References

Radu, Works in the test file. Exact same code does not work in for own XML. We use no namespaces, other than the xlink namespace for one attribute. I will have to create an XML instance with the current structure but with DUMMY content. I cannot, by US law, send you our content. I really need to get...
by xmlman
Thu Dec 22, 2011 4:15 pm
Forum: Other Issues
Topic: Resolving Cross References
Replies: 7
Views: 2946

Re: Resolving Cross References

I'm using Oxygen 13.1, build 2011102511.
by xmlman
Thu Dec 22, 2011 12:04 am
Forum: Other Issues
Topic: Resolving Cross References
Replies: 7
Views: 2946

Re: Resolving Cross References

I understand the xpath for getting the index for the corresponding figure, but it doesn't work. So far, I have not been able to get any xpath functions to work using oxy_xpath in my CSS. I don't know the first thing about Java programming. So the xpath method works better for my understanding. Howev...
by xmlman
Wed Dec 21, 2011 10:00 pm
Forum: Other Issues
Topic: attr() as argument in oxy_substring
Replies: 2
Views: 1629

attr() as argument in oxy_substring

Can the attr() be used as the value for the text using oxy_substring CSS function? I need to eliminate part of the xlink:href value of my <link> element to create links in Author. The syntax of the value must be maintained due to propriety IETM publishing software. My link element looks like this: <...
by xmlman
Tue Dec 20, 2011 11:02 pm
Forum: Other Issues
Topic: Resolving Cross References
Replies: 7
Views: 2946

Resolving Cross References

I could use some help building a CSS for a custom DTD. Each file has a number of figures. The figures are numbered continuously from the beginning of the XML instance to the end. I have created a counter for the figures. Also, each figure element has a populated id attribute. figure { counter-increm...
by xmlman
Mon Dec 12, 2011 9:23 pm
Forum: Feature Request
Topic: Support for CGM graphics
Replies: 4
Views: 2906

Re: Support for CGM graphics

Radu, You promised a follow up email to my inquiry about support for CGM graphics. Never received anything after your initial reply. I'm back to building a framework for my company's DTD and the ability to view CGMs in Oxygen could be deal breaker. Currently stuck with Arbortext and really want to d...
by xmlman
Wed Oct 12, 2011 7:54 pm
Forum: Feature Request
Topic: Support for CGM graphics
Replies: 4
Views: 2906

Support for CGM graphics

I would like to recommend XMLOxygen Author for my company. However non-support of CGMs is a big problem. Can you add a plug in for CGM?