O'Neil Delpratt
O'Neil Delpratt
Just to add: As a workaround I had to import the openlyrics files into OpenLP then import the songs into Quelea that way. but this is not ideal because some...
Hi, Here is a cut down version of the zip. For the tags we have empty namespace. I will have to get rid of those in my XSLT 3.0 stylesheet....
Hi, I think I have resolved or atleast found a workaround. It looks like Quelea does not handle all the elements that I had in the openLyrics XML file. Is...
Hi, Thanks for getting back to me. I did delete the sample file attachment. But you should be able to replicate it with the following XML document: ` Song1 TEST...
I think the problem occurs when there are several files in a zip. I will try to construct another zip file and post it.
Thanks @chris-j-major for looking into this. I have now converted all songs from the openLyrics XML format with my workaround. I have not tried it with the latest version of...
The problem occurs in JavaParser version 3.25.9. It works fine in version 3.17.0
Hi @rimmartin, The isSchemaAware() method can be avoided. Under HE that method just returns false. The HE/C code download comes without the PE & EE code base so it won't...
Oh yes. That is an omission on our part. I will raise a bug issue against it. The bug fix will be in the next maintenance release, which is a...
I have added the implementation for this method in the C++, PHP and Python APIs. In the C++ API I had to rename the isSchemaAware method to isSchemaAwareProcessor due to...