Search found 6 matches

by vsteller
Thu Jun 06, 2013 2:13 pm
Forum: XSLT and FOP
Topic: How to use Saxon 9.5?
Replies: 1
Views: 2766

How to use Saxon 9.5?

Can anyone provide instructions on how to use Saxon 9.5 from within Oxygen?

Thanks in advance,
Cheers,
Vivian
by vsteller
Fri Feb 15, 2013 4:40 pm
Forum: XHTML
Topic: Validating custom HTML5 data- attributes
Replies: 15
Views: 19704

Re: Validating custom HTML5 data- attributes

Cool, this also works nicely. However, if I now hit "Ctrl+Space" within <custom:element <cursor>></custom:element> Oxygen offers *all* HTML attributes as well... can I somehow tweak Oxygen to only offer the attributes specified in my schema? And well, it sounded like you wanted me to tell ...
by vsteller
Fri Feb 15, 2013 4:11 pm
Forum: XHTML
Topic: Validating custom HTML5 data- attributes
Replies: 15
Views: 19704

Re: Validating custom HTML5 data- attributes

Thanks, very much, George, this works great and helps a lot! I'd have one last question to make the scenario really perfect: about Code Completion. Let's say I've the following HTML5 snippet with my custom namespaced elements: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmln...
by vsteller
Fri Feb 15, 2013 2:04 pm
Forum: XHTML
Topic: Validating custom HTML5 data- attributes
Replies: 15
Views: 19704

Re: Validating custom HTML5 data- attributes

Thanks, folks - this works nicely! Anyway: I've two other validation issues, may be you can help out: * Oxygen claims that the tag "<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />" is not a valid header tag. Not sure, what the (X)HTML spec sais about th...
by vsteller
Fri Dec 28, 2012 1:23 pm
Forum: XHTML
Topic: Validating custom HTML5 data- attributes
Replies: 15
Views: 19704

Re: Validating custom HTML5 data- attributes

Thanks, very much for the prompt reply. In my opinion, this situation is really bad. Why so ever is the W3C releasing a recommendation this way? Why do they break validation support with any major schema language, force any tool vendor to change parsing algorithms... that's really disappointing. Btw...
by vsteller
Tue Dec 25, 2012 8:56 pm
Forum: XHTML
Topic: Validating custom HTML5 data- attributes
Replies: 15
Views: 19704

Validating custom HTML5 data- attributes

Hello there, is there any way to avoid validation errors regarding HTML5's supported custom data- attributes? The following is valid HTML5 code: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> </head> <body> <div data-test="value"/> </body> </ht...