|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Node implementation
Maybe this list is not the place for this, so accept my apologies if that is
the
case.
I'm trying to pass a XML node to a Java method in my XSLT:
(...)
<xsl:variable name="xtabnode">
<xsl:copy-of
select="document(concat('.\DicionarioXml\',$MasterTable,'.xml'))/Estrutura/Ta
belas/Tabela[Nome=$MasterTable]"/>
</xsl:variable>
<xsl:attribute name="sqlInsert">
<xsl:value-of select="sql:getStatement($MasterTable,
$sql,
$where,
$where,
$xtabnode,
'I' )" />
</xsl:attribute>
(...)
and after some tryes i can do this by declaring my method as
public static String getStatement(String aMasterTable, String aRowSource,
String
aWhereOpen, String aWhereDelete, Node XMLTableDescriptor, String stype)
That's org.w3c.dom.Node . But to my (limited) knowledge, org.w3c.dom.Node is
just a Interface, so i must use some implementation of it. But i don't know
none.
My application is allready using net.n3.nanoxml but it don't implement it.
Also
i've used JDOM before but i can't find any Node implementation on it.
So, what should i use?
Many thanks to all.
O SAPO ja esta livre de vmrus com a Panda Software, fique vocj tambim!
Clique em: http://antivirus.sapo.pt
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








