diff options
-rw-r--r-- | project2/xslRows.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/project2/xslRows.cpp b/project2/xslRows.cpp index 7a46fae..53ba7a2 100644 --- a/project2/xslRows.cpp +++ b/project2/xslRows.cpp @@ -147,6 +147,9 @@ XslRows::execute(const RowProcessor * rp) const } values[xp.first] = str; } + else { + values[xp.first] = Null(); + } } rp->rowReady(); rowNum += 1; |