This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Q XSLT: How to copy elements with XT?



I use XHTML DTD with my special elements (as part of %mics; Entity)
For instance my XML has two elements MyQuery and QueryResult in
addition to usual XHTML elements.

I load the XML file into DOM tree, then search through it,
get SQL statements from MyQuery elements, perform SQL queries and
substitute  MyQuery with QueryResult. Then I use XSLT to
convert QueryResult into (X)HTML table.

The problem is that I do not know how apply templates to my elements
only and copy XHTML tags into result file without changes.

The solution for Copying form FAQ does not pass while I should
use XT processor. I had tested template from FAQ with XML Spy internal
processor, but I got no results too.


Regards!

Vit




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]