Skip to content

Commit

Permalink
Update client/Boundaries/Dexpi2Svg/Program.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Dag Hovland <[email protected]>
  • Loading branch information
JohannesETelle and daghovland authored Oct 1, 2024
1 parent 2b5aa8d commit 5aecc31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/Boundaries/Dexpi2Svg/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ static void Main(string[] args)
readerSettings.DtdProcessing = DtdProcessing.Parse; //added

using (StringReader sr = new StringReader(xsltData))
//using (XmlReader xr = XmlReader.Create(sr))
using (XmlReader xr = XmlReader.Create(sr, readerSettings)) // added
{
xslt.Load(xr, xsltSettings, new XmlUrlResolver());//added
Expand Down

0 comments on commit 5aecc31

Please sign in to comment.