mirror of
https://github.com/sasjs/core.git
synced 2025-12-15 16:14:36 +00:00
fix: apostrophes
This commit is contained in:
@@ -59,7 +59,7 @@ filename response temp;
|
||||
put "<Flags>128</Flags>";
|
||||
put "<Options>";
|
||||
put "<Templates>";
|
||||
put "<Person Name=""/>";
|
||||
put '<Person Name=""/>';
|
||||
put "</Templates>";
|
||||
length string $10000;
|
||||
string=cats('<XMLSELECT search="Person[@Name=',"'&user'",']"/>');
|
||||
@@ -69,11 +69,6 @@ filename response temp;
|
||||
run;
|
||||
proc metadata in=inref out=response;
|
||||
run;
|
||||
data _null_;
|
||||
infile response;
|
||||
input;
|
||||
list;
|
||||
run;
|
||||
%end;
|
||||
|
||||
filename sxlemap temp;
|
||||
|
||||
Reference in New Issue
Block a user