Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
0ff9ec8a
Commit
0ff9ec8a
authored
Mar 07, 2005
by
Timothy Stack
Browse files
Need to output the XML marker for xmlconvert.
parent
905f2306
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/nseparse/nse.sim.tcl
View file @
0ff9ec8a
# -*- tcl -*-
#
# EMULAB-COPYRIGHT
# Copyright
(
c
)
2000-2003 University of Utah and the Flux Group.
# Copyright
(
c
)
2000-2003
, 2005
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -307,6 +307,9 @@ Simulator instproc spitxml_init {} {
var_import ::GLOBALS::pid
var_import ::GLOBALS::eid
# Add a marker so xmlconvert can tell where user output stops and
puts
"#### BEGIN XML ####"
# ... XML starts.
puts
"<?xml version=
\"
1.0
\"
encoding=
\"
ISO-8859-1
\"
?>"
puts
"<virtual_experiment pid='
$pid
' eid='
$eid
'>"
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment