|
top
|
 Subject: Saving as XML, Source Data Type = Integer Author: Tony Lavinio Date: 26 Sep 2008 09:25 AM
|
> 1) When I create a new Custom XML Conversion, how do I save
> the output as an XML document that may be uploaded?
If you are running from inside Stylus Studio, you can simply set
the output URL property to the name of the XML file you want to
save it to.
If you run from the StylusXslt.exe command-line program, you would
use the syntax -in 'converter:' <.conv file> '?' <input file> for your
input source, and just the -out <xml file> for your output destination.
> 2) In my document, the value that is populated in fields
> where the source data type is an integer is different from
> the source data.
What exactly is the question? This sounds like a statement. What
is the input you have, and what does the output look like?
> 3) In the home version, will I be able to create XML
> documents using the Custom XML Converson and save as an XML
> file for upload?
No. That is not a "home" ability. In order to work with either
databases or custom XML conversions, you need the enterprise product.
Also, if you use the enterprise product, you have the option of
directly updating your database using DataDirect XQuery instead of
XSLT and saving to a file and manually uploading.
|
|
|