I'm trying to use READXML using a style sheet in the DICT. What's the correct format of this @READMXL in the DICT ?
Using a .xsl like 0001 <?xml version="1.0" ?> 0002 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/ XSL/Transform"> 0003 0004 <xsl:template match="/"> 0005 <CUSTOMER> 0006 0007 <xsl:for-each select="array/data"> 0008 0009 <xsl:if test="@attribute=1"> 0010 <MNEMONIC> ... doesn't work, neither a F pointer to a .xsl (that by the way works OK with XMLTOXML after READXML) -- Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
