Jesko Iwanovski

Results 4 comments of Jesko Iwanovski

See fact 12 here https://community.dynamics.com/nav/b/navericwauters/archive/2017/10/22/microsoft-dynamics-nav-2018-dynamics-365-tenerife Is there any other link?

ExportStream function seemed to be available. It creates an Outstream. The DOWNLOADFROMSTREAM functions needs an InStream and the COPYSTREAM function only copies an InStream to an Outsstream, right? Example: Cover.ExportStream(NVOutStream);...

Ok, I believe I have fixed it with the following code: ```go doc, err := xmlquery.ParseWithOptions(xf, xmlquery.ParserOptions{ Decoder: &xmlquery.DecoderOptions{ CharsetReader: func(charset string, input io.Reader) (io.Reader, error) { utf8_reader := charmap.ISO8859_1.NewDecoder().Reader(input)...

Still having this issue... Would be happy if someone could help