golang with XSLT

681 views
Skip to first unread message

p Chak

unread,
Aug 15, 2019, 8:24:28 PM8/15/19
to golang-nuts
Hi,
 I am newbie to golang programming and planning to use xslt. Please let me know the best XSLT API for golang.

Thanks
Praveen

Eric Johnson

unread,
Aug 19, 2019, 4:31:01 PM8/19/19
to golang-nuts
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

Sam Whited

unread,
Aug 19, 2019, 4:34:08 PM8/19/19
to golan...@googlegroups.com
On Mon, Aug 19, 2019, at 20:31, 'Eric Johnson' via golang-nuts wrote:
> Tips:
> * When ever you're wondering about a good library for ____, two good
Also try searching on https://godoc.org/

—Sam
Reply all
Reply to author
Forward
0 new messages