Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
toolbox
Commits
fd6be789
Commit
fd6be789
authored
Mar 16, 2017
by
Robert Henzel
Browse files
added <!Doctype Bassyst> to export files
parent
d07dc2f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
kernel/DataAudio_IO/private/getDocNode.m
View file @
fd6be789
...
...
@@ -3,7 +3,11 @@ function docNode = getDocNode(transFunc, inputImp, bsName)
xml
=
getXMLStrings
();
docNode
=
com
.
mathworks
.
xml
.
XMLUtils
.
createDocument
(
xml
.
DocType
);
domImpl
=
docNode
.
getImplementation
();
doctype
=
domImpl
.
createDocumentType
(
xml
.
DocType
,
[],
''
);
docNode
.
appendChild
(
doctype
);
docRootNode
=
docNode
.
getDocumentElement
;
% docRootNode.setAttribute('attr_name','attr_value');
versionNode
=
docNode
.
createElement
(
xml
.
Version
);
...
...
Write
Preview
Markdown
is supported
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