Important Update: Community URLs redirect issues are partially resolved. Learn More. .

cancel
Showing results for 
Search instead for 
Did you mean: 

Looking for XPATH 3.0 (XSLT 3.0) Debug Tool

jsol5
Advocate II
2 REPLIES 2

Arun.Prasad
Advocate II

Take a look at this comment by David Petty‌ for XSLT.

 

https://community.rsa.com/thread/199437#comment-925106 

Thanks.

Using visual studio now, but doesn't seem to support xpath/xslt 3.0

In that link you provided, the person was using <xsl:stylesheet version="1.0"

However, in one of the app packs, the packaged xsl is version 3.0.

<xsl:stylesheet version="3.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

 

I also have Altova XMLSpy, but there, too, I'm getting an immediate issue trying to debug the app packs transform file.

In this case, it may not be a version compatibility.

 

Visual studio just plainly doesn't seem to like  xsl:iterate --error: iterate is not a recognized extension element. 

 

XMLSpy gives me this - 

XSLT 3.0 Debugging Error: An Error occurred while trying to start the debugger! (Error: Unexpected element <xsl:iterate> Details: XTSE0010: Element <xsl:iterate> is not allowed as child of element <Record>)

 

Not sure how data feed works if the XSLT is not formatted correctly.