Tips: - When ever you're wondering about a good library for ____, two good places to start are https://go-search.org , and https://github.com/avelino/awesome-go. - As an alternative to finding a Go implementation, reuse an existing one (libxslt) by calling out to C code. It may sound scary or difficult, but it should be relatively straightforward. - Call out to an executable that does the work for you (cmd.Exec). Unless the XSLT transformation is a performance critical one, calling out to a process to do the work will get the job done.
Good luck! Eric On Thursday, August 15, 2019 at 5:24:28 PM UTC-7, p Chak wrote: > > Hi, > I am newbie to golang programming and planning to use xslt. Please let me > know the best XSLT API for golang. > > Thanks > Praveen > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/c4944e07-b257-4ece-b87f-e2e1d0e4d629%40googlegroups.com.