Read-only forum archive

How to parse an .xml file in Singular?

How to parse an .xml file in Singular?

Ken · Mon Jun 02, 2014 7:10 am

Hello there,

I installed Singular from source, but since I include libxml libraries, after LIB "file.so" occur some weird linker problems I cannot fix.

How do you parse .xml files in Singular?

Best regards

Ken

Re: How to parse an .xml file in Singular?

hannes · Wed Jun 11, 2014 7:40 pm

Singular does not use nor parse xml files.
If you load anything with
Code:
LIB"bla.so";

then bla.so must NOT be a shared library but a dynamic module for Singular.