question about error highlighting
Posted: Wed Apr 11, 2012 2:48 am
I've got a question about Oxygen's capability to offer realtime error highlighting/underlining. I see that when I'm using an undeclared namespace in my XSLT, it will automatically underline it and give me the Saxon error number and message.
But say I've got some XSLT that has: <xsl:for-each select="//Component:miniFeature">
But should read: <xsl:for-each select="//Component:miniFeatures"> (with a trailing "s")
Does Oxygen have the ability to offer realtime error feedback on when I'm trying to call a node that doesn't exist (besides rendering blank results)? Or perhaps offer node name value selection if it doesn't map out?
I see that when creating XSLT, it offers a lot of values to fill in for things like select="" statements, but nothing by way of making sure that I'm properly matching up the name values in my XML to my XSLT. Is there even an option for that?
But say I've got some XSLT that has: <xsl:for-each select="//Component:miniFeature">
But should read: <xsl:for-each select="//Component:miniFeatures"> (with a trailing "s")
Does Oxygen have the ability to offer realtime error feedback on when I'm trying to call a node that doesn't exist (besides rendering blank results)? Or perhaps offer node name value selection if it doesn't map out?
I see that when creating XSLT, it offers a lot of values to fill in for things like select="" statements, but nothing by way of making sure that I'm properly matching up the name values in my XML to my XSLT. Is there even an option for that?