wrote:
>
>> Hello,
>>
>> I tried to reproduce your problem so I created a file with the following
>> content:
>>
>>
>>
>>
>>
>>
>>
>> >
>> url="file:///home/projects/cms/story/screen_default.xml" />
>>
>>
>>
>>
>>
>>
>> and I saved it in the Oxygen samples directory in order to reference the
>> already existing personal.xml file (as xinclude fallback).
>> Then I created a small XSL file to test the transformation and the
>> debugging process.
>>
>>
>> > xmlns:xs="http://www.w3.org/2001/XMLSchema" exclude-result-prefixes="xs"
>> xmlns:xd="http://www.oxygenxml.com/ns/doc/xsl" version="1.0">
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> Indeed, there is a warning message that the xinclude operation failed
>> and the fallback will be used but the debugging process seems to
>> continue correctly.
>> Please let me know if I missed something (I tested with Oxygen 11.2 and
>> Saxon HE/PE/EE and Saxon 6.5.5 as XSLT processors).
>>
>> Best regards,
>> Stefan Vasile
>> http://www.oxygenxml.com
>>
>> PS: Please make sure that Options->Preferences->XML->XML Parser->"Enable
>> XInclude processing" is checked (that should be the default).
>>> Hi,
>>>
>>> I'm having trouble using the oXygen debugger with a sequence of nested
>>> xincludes. When the first xinclude fails (which is expected in this
>>> instance), the error message says "include operation failed, reverting
>>> to fallback" but it doesn't seem to actually progress any further.
>>>
>>>
>>>
>>>
>>>
>>> >> url="file:///home/projects/cms/story/screen_default.xml" />
>>>
>>>
>>>
>>>
>>>
>>> The second xinclude instruction works perfectly when it's not nested
>>> within the first xinclude.
>>>
>>> Does anyone know what the problem might be and how to fix it?
>>>
>>> S.
>>> _______________________________________________
>>> oXygen-user mailing list
>>> oXygen-user at
>>> http://www.oxygenxml.com/mailman/listinfo/oxygen-user
>>>
>>
>>
>>
>>
> _______________________________________________
> oXygen-user mailing list
> oXygen-user at
> http://www.oxygenxml.com/mailman/listinfo/oxygen-user
From bogus@does.not.exist.com Fri Mar 26 13:09:23 2010
From: bogus@does.not.exist.com (Robert Nagle)
Date: Fri, 26 Mar 2010 13:09:23 -0500
Subject: [oXygen-user] customizing doc type associations in AUTHOR? (Win 7
permissions)
Message-ID: <4ca4cda1003261109k73532012t96311ab879ad2f7f@mail.gmail.com>
Hi, I am in XML Author in Win 7 and am trying to change some default
settings when editing docbook.
I don't like the fact that by default author will open up docbook
files in Author view. I prefer for it to open in text/code view. I
am using lots of xincludes, so if I open up the main index.xml, author
will attempt to tie all the files together (it will also spit an error
message if parts are not valid). That can be time-consuming.
I see that when editing Document Type associations (DTA), you have the
option to change default code view. That would seem to be the answer.
But wait!
1)Oxygen is pushing me to create a duplicate DTA for docbook5 instead
of editing the original DTA. This sounds logical, but really I have
no idea what this means to work with a duplicated DTA. Does this mean
there are now 2 DTAs pointing to Docbook instead of 1? How does Oxygen
know which settings to use? Do I need to specify this in my project?
How do I do this? Will I need to do this every time?
2)The other option is to change my role from Content Author to
Developer. Developer seems to have edit power over DTA options.
Assuming that I change my role to developer, when I change the view to
Text view, it gives me this error:
You have no write permissions to the store location of this document
type:C:\Program Files (x86)\Oxygen XML Author
11\frameworks\docbook\docbook5.framework
Now I have noticed two problems with trying to edit the original DTAs.
1)they get erased every time you upgrade. (This happens when I add
something to the catalog file in that Oxygen directory too).
2)I have windows permission problems every time. On my Vista box, I
would edit the Security settings for the docbook directory to allow
full control; only doing this would allow Oxygen to make this change
successfully. On my Win 7 box, this doesn't seem to be working.
It seems to me that the Oxygen configuration options should only
change things which Oxygen editor has the permissions to change.
Relying on the user to figure out which security scheme to use seems
unwise. Or I am totally doing this the wrong way?
Thanks for your help.
--
Robert Nagle
From bogus@does.not.exist.com Sun Mar 28 12:11:51 2010
From: bogus@does.not.exist.com (Mark Wilson)
Date: Sun, 28 Mar 2010 10:11:51 -0700
Subject: [oXygen-user] Self-completing elements
Message-ID: <2AF3CA6027E04819AC527E8606D8C8AB@BIGBOY>
When I am entering elements into an XML or XSD file, the closing tag appears automatically, but that does not happen when I am working with HTML or XHTML. Is there a preferences setting to turn this on? I am using version 11.2 and it seems to me that earlier versions did the self-completion for HTML.
Thanks,
Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20100328/234fd6d2/attachment.html
From bogus@does.not.exist.com Mon Mar 29 01:06:10 2010
From: bogus@does.not.exist.com (Radu Coravu)
Date: Mon, 29 Mar 2010 09:06:10 +0300
Subject: [oXygen-user] customizing doc type associations in AUTHOR? (Win
7 permissions)
In-Reply-To: <4ca4cda1003261109k73532012t96311ab879ad2f7f@mail.gmail.com>
References: <4ca4cda1003261109k73532012t96311ab879ad2f7f@mail.gmail.com>
Message-ID: <4BB04352.7010609@sync.ro>
Dear Robert,
All your observations are true.
You have 2 ways to accomplish what you want (number 1 being the
recommended one):
1) Starting from Oxygen 11.1 in the Oxygen Preferences->"Editor / Pages"
page there is a checkbox "Allow Document Type.....". Just uncheck it and
the Document Type setting will no longer be used to decide the initial page.
The checkbox was introduced exactly for problems like yours.
2) In the "Content Author" mode press Edit, choose duplicate, uncheck
the initial page checkbox and save the settings. The duplicate Document
Type will be saved in the Oxygen internal options and will not be erased
by any upgrade.
The downside to this is that if we add new actions, functionality to a
document type in a future version of Oxygen, you will not benefit from it.
Regards,
Radu
--
Radu Coravu
XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
On 3/26/2010 8:09 PM, Robert Nagle wrote:
> Hi, I am in XML Author in Win 7 and am trying to change some default
> settings when editing docbook.
>
> I don't like the fact that by default author will open up docbook
> files in Author view. I prefer for it to open in text/code view. I
> am using lots of xincludes, so if I open up the main index.xml, author
> will attempt to tie all the files together (it will also spit an error
> message if parts are not valid). That can be time-consuming.
>
> I see that when editing Document Type associations (DTA), you have the
> option to change default code view. That would seem to be the answer.
> But wait!
>
> 1)Oxygen is pushing me to create a duplicate DTA for docbook5 instead
> of editing the original DTA. This sounds logical, but really I have
> no idea what this means to work with a duplicated DTA. Does this mean
> there are now 2 DTAs pointing to Docbook instead of 1? How does Oxygen
> know which settings to use? Do I need to specify this in my project?
> How do I do this? Will I need to do this every time?
>
> 2)The other option is to change my role from Content Author to
> Developer. Developer seems to have edit power over DTA options.
> Assuming that I change my role to developer, when I change the view to
> Text view, it gives me this error:
>
> You have no write permissions to the store location of this document
> type:C:\Program Files (x86)\Oxygen XML Author
> 11\frameworks\docbook\docbook5.framework
>
> Now I have noticed two problems with trying to edit the original DTAs.
>
> 1)they get erased every time you upgrade. (This happens when I add
> something to the catalog file in that Oxygen directory too).
> 2)I have windows permission problems every time. On my Vista box, I
> would edit the Security settings for the docbook directory to allow
> full control; only doing this would allow Oxygen to make this change
> successfully. On my Win 7 box, this doesn't seem to be working.
>
> It seems to me that the Oxygen configuration options should only
> change things which Oxygen editor has the permissions to change.
> Relying on the user to figure out which security scheme to use seems
> unwise. Or I am totally doing this the wrong way?
>
> Thanks for your help.
>
>
From bogus@does.not.exist.com Mon Mar 29 01:56:25 2010
From: bogus@does.not.exist.com (Radu Coravu)
Date: Mon, 29 Mar 2010 09:56:25 +0300
Subject: [oXygen-user] Self-completing elements
In-Reply-To: <2AF3CA6027E04819AC527E8606D8C8AB@BIGBOY>
References: <2AF3CA6027E04819AC527E8606D8C8AB@BIGBOY>
Message-ID: <4BB04F19.4060701@sync.ro>
Hi Mark,
There is one content completion regression that occurred in Oxygen 11.2
and that we are working to fix:
You start typing a new tag in the Text page like:
" instead
of pressing ENTER. The end tag is not inserted as it was in previous
versions.
Does this represent your usecase? If not, can you give us some more
steps like a small XML fragment, and more details?
When the fix becomes available it should also be included in the Oxygen
11.2 kits available on site, just follow this RSS link to be notified of
minor Oxygen bug fixes:
http://www.oxygenxml.com/build_history.html
Regards,
Radu
--
Radu Coravu
XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
On 3/28/2010 8:11 PM, Mark Wilson wrote:
> When I am entering elements into an XML or XSD file, the closing tag
> appears automatically, but that does not happen when I am working
> with HTML or XHTML. Is there a preferences setting to turn this on? I
> am using version 11.2 and it seems to me that earlier versions did the
> self-completion for HTML.
> Thanks,
> Mark
>
>
> _______________________________________________
> oXygen-user mailing list
> oXygen-user at
> http://www.oxygenxml.com/mailman/listinfo/oxygen-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20100329/9638df4f/attachment.html
From bogus@does.not.exist.com Mon Mar 29 23:33:56 2010
From: bogus@does.not.exist.com (Mark Wilson)
Date: Mon, 29 Mar 2010 21:33:56 -0700
Subject: [oXygen-user] Format disables JQuery script
Message-ID: <6209317C446F4D429F3F65589DCBE096@BIGBOY>
I have an XHTML page constructed in Oxygen 11.2. It contains a JavaScript that works until I click the "Format and Indent" menu icon. After I do that, the script no longer works. Note: the script does not appear to change - all of the changes occur within the body of the HTML.
Is this normal? I can send you the HTML page with the css files if that would help.
Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20100329/d1d10ecb/attachment.html
From bogus@does.not.exist.com Tue Mar 30 00:41:49 2010
From: bogus@does.not.exist.com (Radu Coravu)
Date: Tue, 30 Mar 2010 08:41:49 +0300
Subject: [oXygen-user] Format disables JQuery script
In-Reply-To: <6209317C446F4D429F3F65589DCBE096@BIGBOY>
References: <6209317C446F4D429F3F65589DCBE096@BIGBOY>
Message-ID: <4BB18F1D.3010409@sync.ro>
Hi Mark,
Some samples would be great.
Just send them to our support email address if they contain private data:
http://www.oxygenxml.com/contact.html
Regards,
Radu
--
Radu Coravu
XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
On 3/30/2010 7:33 AM, Mark Wilson wrote:
> I have an XHTML page constructed in Oxygen 11.2. It contains a
> JavaScript that works until I click the "Format and Indent" menu icon.
> After I do that, the script no longer works. Note: the script does not
> appear to change - all of the changes occur within the body of the HTML.
> Is this normal? I can send you the HTML page with the css files if
> that would help.
> Mark
>
>
> _______________________________________________
> oXygen-user mailing list
> oXygen-user at
> http://www.oxygenxml.com/mailman/listinfo/oxygen-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20100330/3744e512/attachment.html
From bogus@does.not.exist.com Tue Mar 30 04:08:41 2010
From: bogus@does.not.exist.com (Radu Coravu)
Date: Tue, 30 Mar 2010 12:08:41 +0300
Subject: [oXygen-user] Format disables JQuery script( more files)
In-Reply-To: <34FF960B523048E0884A673D6C089595@BIGBOY>
References: <6209317C446F4D429F3F65589DCBE096@BIGBOY>
<4BB18F1D.3010409@sync.ro>
<34FF960B523048E0884A673D6C089595@BIGBOY>
Message-ID: <4BB1BF99.201@sync.ro>
Hi Mark,
I'm forwarding the solution to the users list, maybe some other people
might find it useful.
The problem is that by default pretty print in Oxygen collapses empty
tags so that:
becomes:
of course the 2 versions are XML equivalent but the browser wants only
the first notation.
So in the Oxygen Preferences->"Editor / Format / XML" page you can check
the checkbox "Expand empty elements" to avoid problems like this when
working with XHTML.
Regards,
Radu
--
Radu Coravu
XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
On 3/30/2010 11:04 AM, Mark Wilson wrote:
> Hi Mark,
>
> Some samples would be great.
> Just send them to our support email address if they contain private data:
> http://www.oxygenxml.com/contact.html
>
> Regards,
> Radu
> --
> Radu Coravu
> XML Editor, Schema Editor and XSLT Editor/Debugger
> http://www.oxygenxml.com
>
> On 3/30/2010 7:33 AM, Mark Wilson wrote:
>> I have an XHTML page constructed in Oxygen 11.2. It contains a
>> JavaScript that works until I click the "Format and Indent" menu
>> icon. After I do that, the script no longer works. Note: the script
>> does not appear to change - all of the changes occur within the body
>> of the HTML.
>> Is this normal? I can send you the HTML page with the css files if
>> that would help.
>> Mark
>>
>>
>> _______________________________________________
>> oXygen-user mailing list
>> oXygen-user at
>> http://www.oxygenxml.com/mailman/listinfo/oxygen-user
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20100330/5718127d/attachment.html
From bogus@does.not.exist.com Tue Mar 30 07:53:50 2010
From: bogus@does.not.exist.com (Rob Koberg)
Date: Tue, 30 Mar 2010 05:53:50 -0700
Subject: [oXygen-user] Format disables JQuery script( more files)
In-Reply-To: <4BB1BF99.201@sync.ro>
References: <6209317C446F4D429F3F65589DCBE096@BIGBOY>
<4BB18F1D.3010409@sync.ro> <34FF960B523048E0884A673D6C089595@BIGBOY>
<4BB1BF99.201@sync.ro>
Message-ID:
Hi,
Radu, that will work in oxygen, but if you use that source in an XSL
1.0 transform to XML (XHTML) it will close it again
Another way:
The javascript comment between the open and close script tags will fix
the problem. You don't have any TEXTAREAs, do you?
Or use XSL 2 and the XHTML output method.
best,
-Rob
On Tue, Mar 30, 2010 at 2:08 AM, Radu Coravu wrote:
> Hi Mark,
>
> I'm forwarding the solution to the users list, maybe some other people might
> find it useful.
>
> The problem is that by default pretty print in Oxygen collapses empty tags
> so that:
>
> becomes:
>
>
> The javascript comment between the open and close script tags will fix
> the problem. You don't have any TEXTAREAs, do you?
>
> Or use XSL 2 and the XHTML output method.
>
> best,
> -Rob
>
> On Tue, Mar 30, 2010 at 2:08 AM, Radu Coravu wrote:
>
>> Hi Mark,
>>
>> I'm forwarding the solution to the users list, maybe some other people might
>> find it useful.
>>
>> The problem is that by default pretty print in Oxygen collapses empty tags
>> so that:
>>
>> becomes:
>>