sorcerdon / FOP.NetCore

A pure port of Apache FOP that can be used in .NET Core projects.
7 stars 2 forks source link

Getting error with namespace exslt.org #3

Open justinmathewvjcet opened 1 year ago

justinmathewvjcet commented 1 year ago

System.Private.CoreLib: Exception while executing function: Function1. System.Private.Xml: Cannot find a script or an extension object associated with namespace 'http://exslt.org/dates-and-times'.

sorcerdon commented 1 year ago

@justinmathewvjcet Can you provide a more detailed error? A few lines of code that show where the error is occurring? Also, what kind of application are you building? (console/web/etc)