Search found 6 matches

by luchm
Fri Aug 21, 2009 5:30 pm
Forum: Other Issues
Topic: XSLT: autocompletion bug
Replies: 2
Views: 1441

Re: XSLT: autocompletion bug

Thank you.
by luchm
Fri Aug 21, 2009 4:46 pm
Forum: Other Issues
Topic: XSLT: autocompletion bug
Replies: 2
Views: 1441

XSLT: autocompletion bug

Using Oxygen xml 10.3.0, Eclipse version, create a new XSLT file and paste the following code: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" exclude-result-pr...
by luchm
Tue Feb 24, 2009 10:53 pm
Forum: XML Schemas
Topic: A schema for interlacing elements from different schemas
Replies: 1
Views: 2857

A schema for interlacing elements from different schemas

Hi All, Suppose we have a schema root-a-b.xsd that validates documents like: <?xml version="1.0" encoding="UTF-8"?> <root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="root-a-b.xsd"> <a> <b/> </a> <a> <b/> <b/> </a> </roo...
by luchm
Mon Dec 08, 2008 6:34 pm
Forum: Feature Request
Topic: A few handy features for the XSLT editor
Replies: 10
Views: 5451

Re: A few handy features for the XSLT editor

I would suggest the following:[...] I would expect to align and indent both the opening tag and the closing tag of that element. Why indenting only the closing tag if the opening tag is not indented correctly (according to the indent size set in Preferences)? Regards, Sorin Sure, why not. Again, I ...
by luchm
Fri Dec 05, 2008 10:52 pm
Forum: Feature Request
Topic: A few handy features for the XSLT editor
Replies: 10
Views: 5451

Re: A few handy features for the XSLT editor

Hi Sorin, and thanks for your reply. * Prefixed tags can have a specific color, but the bold/italic attributes cannot be configured. I'd really like the xsl: elements not to be in the same weight than the output nodes, because there are of such different nature. You can configure a different color f...
by luchm
Thu Dec 04, 2008 8:18 pm
Forum: Feature Request
Topic: A few handy features for the XSLT editor
Replies: 10
Views: 5451

A few handy features for the XSLT editor

Hi OxygenXML Team, Being new to XSLT, I have just been evaluating Stylus Studio, AltovaXML, and Oxygen for XSLT development, and I have to say: you're the clear winner. Good job! Of course, not everything is perfect, and coming from java development, there's still a big gap. Here's a bunch a feature...