Tgkeys
I have an XSLT failing due to namespace issue on an inbound item master BOD. Is there a way to strip / ignore namespace references from the inbound document? Thanks.
Hello Tgkeys, Can you be more precise about your namespace ? Is it something like xmlns="http://example.com" or something like xmlns:my="http://example.com" ? In the first case, you can try to add : xpath-default-namespace="http://example.com" (your namespace) at the top of your xslt sheet <xsl:stylesheet version="2.0" xmlns:xsl="www.w3.org/.../Transform" xpath-default-namespace="http://example.com"> In the second one, you can try to add : exclude-result-prefixes="my" onto your <xsl:stylesheet> By the way, which Infor ERP is sending this BOD ItemMaster ?
This following XSLT 1.0 removes ns and can be found on the internet :
You can try to apply yours after this.
If you setup your sheet in 2.0, adding xpath-default-namespace="http://schema.infor.com/InforOAGIS/2" should do the trick.
Good morning. I sure could use some of your knowledge about now as you had helped me a few years back. I'm in the middle of a Go-Live and I have some xslt that is failing in production but it works in test. Is there any way we can connect? I realize this is a hail mary but I'm getting desperate.