Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > How to get one XML file to call another.

Reply
Thread Tools

How to get one XML file to call another.

 
 
jtpryan
Guest
Posts: n/a
 
      12-28-2007
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
 
Reply With Quote
 
 
 
 
keshlam
Guest
Posts: n/a
 
      12-28-2007
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.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Problem to insert an XML-element by XSLT-converting from one XML-file into another XML-file jkflens XML 2 05-30-2006 09:41 AM
Different results parsing a XML file with XML::Simple (XML::Sax vs. XML::Parser) Erik Wasser Perl Misc 5 03-05-2006 10:09 PM
can we access more than one xml file from one single xls file. sachin XML 1 12-01-2005 09:56 AM
Using One XSLT and multiple XML Problem (One is XML and another one is XBRL) loveNUNO XML 2 11-20-2003 06:47 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57