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]

Serializing external XML documents


1) I am using "document()" function (maybe abusing of it) to talk HTTP with
an external application: Tamino DB.

Question: Is there any other XSLT standard way of talking HTTP from inside
a stylesheet ?

2) One of the possible calls to Tamino is a "_process" function for content
updating purposes. The syntax for this function is:

DB-URL?_process=<XML object> (XML object stands for a text serialized XML
fragment)

Question: What is the most practical way of reading an external XML-file
with the desired target XML information and serialize it as non-escaped XML
markup text and insert it into the "document()" function to perform the
HTTP call ?

For the sake of simplicity, lets consider I am going to serialize the whole
external XML file.
(I mean, a solution simplifying all of the "CDATA section" and
"disable-output-escaping" staff).

Thank you very much in advance.

Pedro Pastor
University of Alicante (Spain).




 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]