Search found 39 matches

by sarcanon
Sun Mar 18, 2012 6:26 am
Forum: Common Problems
Topic: Generating HTML5 DOCTYPE with XSLT
Replies: 9
Views: 14070

Generating HTML5 DOCTYPE with XSLT

I have been trying (and failing) all evening to generate proper HTML5 documents using XSLT, with various combinations of output methods and @doctype-system and @doctype-public attribute values. But no matter what I try, I cannot produce a simple DOCTYPE like this: <!DOCTYPE html> Might someone pleas...
by sarcanon
Sat Jan 21, 2012 11:47 pm
Forum: Feature Request
Topic: Import/export individual transformation scenario
Replies: 5
Views: 4065

Re: Import/export individual transformation scenario

This is currently scheduled for v13.2, but it could be pushed back. Please correct me if I am wrong, but this feature request appears not to have been implemented in 13.2. Is it coming soon by any chance? I am particularly interested in being able to export arbitrary project-level transformation sc...
by sarcanon
Tue Sep 27, 2011 9:39 pm
Forum: Other Issues
Topic: Find in Files not finding
Replies: 2
Views: 1678

Re: Find in Files not finding

Understood about the difference in behavior. Upon closer examination of the documentation, I see this is clearly mentioned. Sorry for not looking more thoroughly.

Yes, please, add this feature as soon as possible. It would save me an immense amount of time on my current project.

Thank you!
by sarcanon
Tue Sep 27, 2011 6:27 pm
Forum: Other Issues
Topic: Find in Files not finding
Replies: 2
Views: 1678

Find in Files not finding

Hello. Find in Files is not working as I would expect it to in the following case. When I use the regular Find function, Oxygen will successfully find multiple instances of the regex pattern: (\n)(\s+) However, when I use the same pattern using Find in Files, it fails to find any matches. Of course,...
by sarcanon
Tue Aug 02, 2011 9:39 pm
Forum: Other Issues
Topic: Find in Files iwth XPath
Replies: 6
Views: 5850

Re: Find in Files with XPath

I'm having trouble with this function. I want to find instances of a particular element without regard to its contents. My XPath expression is: //div[@type='addendum']. I have verified that the Scope setting is correct. If I put the XPath expression in the "Text to Find" field, I get back ...
by sarcanon
Sun Nov 15, 2009 8:48 pm
Forum: XSLT and FOP
Topic: XSLT descendant axis problem
Replies: 1
Views: 1877

Re: XSLT descendant axis problem

In case anyone is interested, it was kindly pointed out to me in another forum that I was using the wrong comparison operator.

I should have been using "is" rather than "=", since I was intending to compare nodes and not element values.
by sarcanon
Sat Nov 14, 2009 10:02 pm
Forum: XSLT and FOP
Topic: XSLT descendant axis problem
Replies: 1
Views: 1877

XSLT descendant axis problem

I have been beating my head against the wall with an XSLT issue for a couple of hours, and I clearly am lost. I am trying to transform some XML to HTML. The relevant portion of my source XML looks like this: <div xml:id="sect107" type="section" n="107"> <head>F. Indefin...
by sarcanon
Tue Aug 25, 2009 6:41 pm
Forum: Common Problems
Topic: Bug in Find Code Using Regular Expressions
Replies: 2
Views: 1553

Re: Bug in Find Code Using Regular Expressions

Interesting. I created my original pattern in another application where it captured the trailing bracket.

In any event, thank you for the solution to my issue.

Cheers.
by sarcanon
Mon Aug 24, 2009 11:51 pm
Forum: Common Problems
Topic: Bug in Find Code Using Regular Expressions
Replies: 2
Views: 1553

Bug in Find Code Using Regular Expressions

Hello. I am using Oxygen XML Editor 10.3 (build 2009062616) on Windows XP (SP3). I am trying to do some find/replace operations using regular expressions, and have come across some behavior that seems to me to be a bug. Using the following chunk of XML: <?xml version="1.0" encoding="U...