I try import XML to FM adv. v15
My xml is :
<nfeProc xmlns="http://www.portalfiscal.inf.br/nfe" versao="3.10">
</nfeProc>
My simple XSLT for Test is:
<?xml version='1.0' encoding='UTF-8'?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<FMPXMLRESULT xmlns="http://www.filemaker.com/fmpxmlresult">
<METADATA>
<FIELD NAME="cNF" TYPE="TEXT"/>
</METADATA>
<RESULTSET>
<ROW>
<COL>
<DATA><xsl:value-of select="/nfeProc/NFe/infNFe/ide/cNF"/></DATA>
</ROW>
</RESULTSET>
</FMPXMLRESULT>
</xsl:template>
</xsl:stylesheet>
well .. i import and..
1 - import dont error
2 - FM indicate one record imported
3 - FM create a new record
4 - record is Empty... bffffffffff
where is the problem in my xslt ?
help me please ...
PD My English is very bad sorry
Joan
From Brazil
I would try a dedicated XML tool to make sure your XML is OK first.
I like Oxygen XML, but there are cheaper tools available.
HOPE THIS HELPS.