Search found 6 matches

by toby
Wed Jan 11, 2017 5:24 pm
Forum: oNVDL Related Issues
Topic: Is shemaType="application/xml-dtd" supported?
Replies: 5
Views: 35405

Re: Is shemaType="application/xml-dtd" supported?

This is still not supported in current oXygen 18.1 / Jing, isn't it?
by toby
Mon May 23, 2016 6:57 pm
Forum: Common Problems
Topic: different libs in single framework
Replies: 4
Views: 2763

Re: different libs in single framework

Hi Radu,

alright, thanks.

So we're leaving that for now as is and won't implement...
Thanks anyways.

Cheers,
Tobias
by toby
Mon May 23, 2016 1:06 pm
Forum: Common Problems
Topic: different libs in single framework
Replies: 4
Views: 2763

Re: different libs in single framework

Hi Radu, Patrik wrote this forum post after having a conversation with us at pagina. You probably do remember, that we provide a single XPR file for our project which needs to be backward compatible with the last three oxygen versions (~2 years back). So the current XPR needs to run in 16.1, 17.1, 1...
by toby
Fri Mar 20, 2009 3:09 pm
Forum: Common Problems
Topic: Regular expression matches but can't replace
Replies: 4
Views: 3414

Re: Regular expression matches but can't replace

okay, I see...
thanks for your effort :-)
by toby
Thu Mar 19, 2009 6:25 pm
Forum: Common Problems
Topic: Regular expression matches but can't replace
Replies: 4
Views: 3414

Re: Regular expression matches but can't replace

hi sorin, thanks for your reply. but why is the lookahead-expression supported for searching but not for replacing? I don't get it... Meanwhile, I figured out the same solution as yours, but there's still a thing which disturbes me with this: I always have to run the Code twice oder thrice in order ...
by toby
Thu Mar 19, 2009 3:51 pm
Forum: Common Problems
Topic: Regular expression matches but can't replace
Replies: 4
Views: 3414

Regular expression matches but can't replace

hi, I'm using oXygen 9.3 and have a problem with the following regular expression (</[^<]+?>|<[^/<]+?>|<[^/][^<]+?\/>)([ \t]*)(\n|\r|(\r\n))+([ \t]*)(?=</[^<]+?>|<[^/<]+?>|<[^/][^<]+?\/>) short explanation: I'm searching for XML-tags followd by optional space or tab followed by required line-break i...