Search found 97 matches

by Jamil
Wed Oct 26, 2016 5:14 pm
Forum: Other Issues
Topic: NullPointerException During Install
Replies: 11
Views: 6342

Re: NullPointerException During Install

I think this may be due to the latest Bitdefender update I also installed. Bitdefender thought that oxygen install was ransomware previously. I will disable it then try again.
by Jamil
Wed Oct 26, 2016 5:13 pm
Forum: Other Issues
Topic: NullPointerException During Install
Replies: 11
Views: 6342

NullPointerException During Install

I setup new hard drives in my workstation and have to reinstall everything. I am attempting to install oxygen 18.1 enterprise and see an NPE. Attached is the log created in the directory where oxygen-64bit.exe exists: install4jError4740116636648712473.log: Exception: java.lang.NullPointerException a...
by Jamil
Tue Sep 13, 2016 8:13 pm
Forum: General XML Questions
Topic: Help with XSL to render XML "Cousins"
Replies: 1
Views: 3234

Re: Help with XSL to render XML "Cousins"

I am reading this during my lunch break, and decided to post some thoughts here. Usually posts such as yours usually will not get a response from my experience. Why? There's plenty of resources available all over to get you started. From looking at what you have posted, no one will really be able to...
by Jamil
Thu Aug 18, 2016 3:22 am
Forum: General XML Questions
Topic: Adding an Animated Gif to my DITA project for Oxygen webhelp
Replies: 1
Views: 4079

Re: Adding an Animated Gif to my DITA project for Oxygen webhelp

Have you tried what is documented here? https://docs.oasis-open.org/dita/v1.1/O ... image.html

It looks like it should be simple enough if added within the body:

Code: Select all

<image href="image.gif" placement="break"><alt>Alternate Text</alt></image>
by Jamil
Sun Jul 31, 2016 2:50 am
Forum: XSLT and FOP
Topic: Convert lower to upper case for XML element without any attributes
Replies: 2
Views: 18252

Re: Convert lower to upper case for XML element without any attributes

I simplified your XSLT quite a bit. Try this: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xhtml="http://www.w3.org/1999/xhtml"> <xsl:output method="xml" encodin...
by Jamil
Sat Jul 30, 2016 7:07 pm
Forum: XSLT and FOP
Topic: Convert lower to upper case for XML element without any attributes
Replies: 2
Views: 18252

Re: Convert lower to upper case for XML element without any attributes

The reason this is not working is that you have a template match on text(). This will match on all text in your XML input, and it will not be overridden. You will need to do this a different way. Since you have a known set of nodes and attributes, I would suggest you limit your matches to those defi...
by Jamil
Sat Jul 30, 2016 5:58 pm
Forum: General XML Questions
Topic: Split String To Array Using XPATH
Replies: 1
Views: 9919

Re: Split String To Array Using XPATH

<?xml version="1.0" encoding="UTF-8"?> <root> <string>123456789012345678901234567890</string> </root> <?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/XMLSc...
by Jamil
Mon May 26, 2014 5:28 pm
Forum: Common Problems
Topic: XML Editor 16.0, build 2014052022 Does Not Start On Workstat
Replies: 23
Views: 9698

Re: XML Editor 16.0, build 2014052022 Does Not Start On Work

I renamed the file specified above to deploy.jar.old. This does nothing to resolve this does nothing to resolve the issue. Additionally, I always start oxygen editor after a new install to fix my toolbars. I did this with the initial build of 16.0. Per my email, if you makr the build available for d...
by Jamil
Fri May 23, 2014 2:39 pm
Forum: Common Problems
Topic: XML Editor 16.0, build 2014052022 Does Not Start On Workstat
Replies: 23
Views: 9698

Re: XML Editor 16.0, build 2014052022 Does Not Start On Work

There is no significant difference between the initial build (2014051618) and new build (2014052022) of v16.0. Most patches from the new build are for WebHelp. Did you maybe install it in a different folder the first time around? Was it the same architecture (32/64 bit)? When you updated to the new...
by Jamil
Fri May 23, 2014 1:31 pm
Forum: Common Problems
Topic: XML Editor 16.0, build 2014052022 Does Not Start On Workstat
Replies: 23
Views: 9698

Re: XML Editor 16.0, build 2014052022 Does Not Start On Work

I have confirmed that the software does eventually start after a very long wait. I am not sure how long it took for it to eventually start, but the next morning when I woke up, the software was finally open.
by Jamil
Fri May 23, 2014 5:22 am
Forum: Common Problems
Topic: XML Editor 16.0, build 2014052022 Does Not Start On Workstat
Replies: 23
Views: 9698

Re: XML Editor 16.0, build 2014052022 Does Not Start On Work

Sorry I could not respond earlier due to issues in the office.

I believe the issue I am experiencing now is related to this new build. The initial version 16.0 build worked on this computer. Unfortunately, I do not see a way to download the previous build to confirm.
by Jamil
Thu May 22, 2014 7:33 pm
Forum: Common Problems
Topic: XML Editor 16.0, build 2014052022 Does Not Start On Workstat
Replies: 23
Views: 9698

Re: XML Editor 16.0, build 2014052022 Does Not Start On Work

For the time being, I uninstalled 16.0 and reverted back to 15.2 build 2014040317. This version starts with no issue on the same machine. Also, this is the 64-bit versions of both editors.
by Jamil
Thu May 22, 2014 6:41 pm
Forum: Common Problems
Topic: XML Editor 16.0, build 2014052022 Does Not Start On Workstat
Replies: 23
Views: 9698

Re: XML Editor 16.0, build 2014052022 Does Not Start On Work

Hi Adrian. No. Same issue when I attempt to launch via oxygen.bat file. Now a java.exe process shows in Task Manager using zero CPU. I usually launch the editor after an install, so I think this issue is new with this latest update. This is the only machine where I have encountered this. My office l...
by Jamil
Thu May 22, 2014 5:16 pm
Forum: Common Problems
Topic: XML Editor 16.0, build 2014052022 Does Not Start On Workstat
Replies: 23
Views: 9698

Re: XML Editor 16.0, build 2014052022 Does Not Start On Work

I have the same issue as above after rebooting.
by Jamil
Thu May 22, 2014 5:11 pm
Forum: Common Problems
Topic: XML Editor 16.0, build 2014052022 Does Not Start On Workstat
Replies: 23
Views: 9698

XML Editor 16.0, build 2014052022 Does Not Start On Workstat

I am having an issue with my office workstation machine. I ran previous versions of editor with no problem at all. I just installed this latest update, and it fails to show anything when I launch it. I see oxygen16.0.exe in the Windows Task Manager showing zero CPU. Nothing ever appears on the scree...
by Jamil
Wed Apr 30, 2014 8:45 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: PROBLEM WITH STEP
Replies: 5
Views: 2749

Re: PROBLEM WITH STEP

where can I change the space between the step number and the text ? Thank you Why not try wrapping your fo:list-item within an fo:list-block? Then you can use the following fo:list-block attributes: provisional-distance-between-starts provisional-label-separation start-indent Try different values u...
by Jamil
Mon Apr 21, 2014 1:32 pm
Forum: General XML Questions
Topic: :rule context=" " subject=" "
Replies: 5
Views: 3687

Re: :rule context=" " subject=" "

No problem. Taking a second look at this, the or in my first assert test should really be an and. This revised schema resolves the issue: <?xml version="1.0" encoding="UTF-8"?> <schema xmlns="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2"> <pattern...
by Jamil
Mon Apr 21, 2014 3:29 am
Forum: General XML Questions
Topic: :rule context=" " subject=" "
Replies: 5
Views: 3687

Re: :rule context=" " subject=" "

Okay. Try this: <?xml version="1.0" encoding="UTF-8"?> <schema xmlns="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2"> <pattern> <rule context="//*[count(@MileageOnElectric)>0]"> <assert test="./@MileageOnCity > 30 or ./@MileageOnHigh...
by Jamil
Sat Apr 19, 2014 2:32 am
Forum: General XML Questions
Topic: :rule context=" " subject=" "
Replies: 5
Views: 3687

Re: :rule context=" " subject=" "

I don't have an example where subject is used; however, can't you do what you are looking for with XPath criteria within the context attribute? Something like this: <pattern> <rule context="/node/subNode[@atttibute='TARGET'][count(@attributeThatMustExist)>0]"> <assert test=".!='whatev...
by Jamil
Sat Apr 05, 2014 6:40 am
Forum: General XML Questions
Topic: Radiobuttons in XML / XSL
Replies: 1
Views: 2812

Re: Radiobuttons in XML / XSL

<?xml version="1.0" encoding="UTF-8"?> <n1:ClinicalDocument xmlns:n1="localhost"> <n1:recordTarget> <n1:patientRole> <n1:rezeptgebuehrenbefreiung>yes</n1:rezeptgebuehrenbefreiung> </n1:patientRole> </n1:recordTarget> </n1:ClinicalDocument> <?xml version="1.0"...
by Jamil
Thu Apr 03, 2014 3:31 pm
Forum: XSLT and FOP
Topic: Comparing Variables
Replies: 2
Views: 1663

Re: Comparing Variables

mchowdhury wrote:I am trying to compare xsl variable but its not printing anything out.
There really is not enough information to identify the issue. Try adding a sample of your XML document to this thread. A small mock-up will do fine.
by Jamil
Wed Feb 26, 2014 3:16 pm
Forum: XSLT and FOP
Topic: XSLT And Newline Character Handling
Replies: 2
Views: 11211

Re: XSLT And Newline Character Handling

Hi Adrian. Thanks for your response. I am using Java 1.7's XSLT processor, and I am not setting any specific options that is adding operating specific line end characters. It very well could be that Java is doing this all on its own to save me time. I am using a DOMSource as my XML dource document, ...
by Jamil
Fri Feb 21, 2014 9:27 pm
Forum: XSLT and FOP
Topic: XSLT And Newline Character Handling
Replies: 2
Views: 11211

XSLT And Newline Character Handling

It is well documented that I cannot create portable XSLT, since different operating systems handle new line characters differently. The XML standard states that an XML parser is required to store only a linefeed character at the end of a line (&#xa;). To ensure that my XSLT is portable, I used <...
by Jamil
Tue Dec 10, 2013 3:37 am
Forum: Common Problems
Topic: Encounter Bogus Errors When Debugging XSLT
Replies: 10
Views: 4141

Re: Encounter Bogus Errors When Debugging XSLT

I have confirmed that the debugger error is a result of setting the -Xmx parm of vmoptions to 4096. I changed it to 1500 to match Developer and did not encounter the E -1 debugger error in testing. 1500 works, but 1024 shows the E -1 error still less frequently than 4096.
by Jamil
Tue Dec 10, 2013 3:23 am
Forum: Common Problems
Topic: Encounter Bogus Errors When Debugging XSLT
Replies: 10
Views: 4141

Re: Encounter Bogus Errors When Debugging XSLT

More information that may help shed some light on this problem-- I think the issue is due to a bug of some sort. After getting the E -1 debugger error several more times with the same stylesheet, I closed Oxygen XML Editor. Instead, I opened the same project in Oxygen XML Developer. I stepped into t...
by Jamil
Tue Dec 10, 2013 2:54 am
Forum: Common Problems
Topic: Encounter Bogus Errors When Debugging XSLT
Replies: 10
Views: 4141

Re: Encounter Bogus Errors When Debugging XSLT

I posted too soon. It just happened again. When I see the E -1 debugger error, there is no details or show more button. It simply shows "Description -1".
by Jamil
Tue Dec 10, 2013 12:10 am
Forum: Common Problems
Topic: Encounter Bogus Errors When Debugging XSLT
Replies: 10
Views: 4141

Re: Encounter Bogus Errors When Debugging XSLT

I just got my desktop back today. I tried a few times with the XSLT from the same project that I experienced the E -1 debugger error days ago. I now cannot reproduce the issue, so I am guessing that the debugger error was a hardware issue of some sort. In addition to the PSU being replaced, the shop...
by Jamil
Sun Dec 08, 2013 12:49 am
Forum: XML Schemas
Topic: xs:assert in Schema 1.1
Replies: 3
Views: 5212

Re: xs:assert in Schema 1.1

Since no one responded, I took a quick look at this. I had to add more to your schema, since it was not posted in its entirety. I reproduced this issue. It looks like the issue is due to the ü character in Einführung . Something is not able to handle this Unicode character would be my guess. If I ch...
by Jamil
Sat Dec 07, 2013 3:47 pm
Forum: General XML Questions
Topic: Exclude node during searches
Replies: 8
Views: 12131

Re: Exclude node during searches

I had never used the XPath input on the find dialog. It could very well be an issue with it.

What you could do instead is write an XQuery to show you what you are looking for. The Saxon extensions for it can show the line numbers of the XML document.
by Jamil
Thu Dec 05, 2013 5:57 am
Forum: Common Problems
Topic: Encounter Bogus Errors When Debugging XSLT
Replies: 10
Views: 4141

Re: Encounter Bogus Errors When Debugging XSLT

The answer to your first question is yes. When I Run within the debugger instead of stepping, I see the output as I expect. My stylesheet does not use additional namespaces other than xmlns:xsl="http://www.w3.org/1999/XSL/Transform" and xmlns:xs="http://www.w3.org/2001/XMLSchema"...