How to get one XML file to call another.

J

jtpryan

I want to create a sort of unattended script to slipstream an
installation of Server 2008. That is where a lot of things (key, etc)
are already entered in, but a unique XML script is
kicked off that will interview the installer as to a few questions. I
have the XML script provided to me by the client, I just don't know
how to
integrate it into the unattended.XML file so that it kicks off.

Can anyone point me the write way?

Thank you,
Jim
 
K

keshlam

Reminder: XML is just a markup convention. If you're talking about a
specific application (such as these scripts), you need to focus on the
particular language XML was used to implement and/or the tools being
used to process it.

If this scripting langauge, whatever it is, doesn't have a built in
include mechanism or directly support one of the standard solutions
like XInclude, you'll have to preprocess your files (eg with an XSLT
stylesheet) to generate a combined form before feeding it to whatever
is evaluating it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,434
Messages
2,571,689
Members
48,796
Latest member
Greg L.

Latest Threads

Top