Alex Muir
2017-04-22 15:33:25 UTC
Greetings,
I'm wondering what regex engine saxon9he-api.dll 9.7.0.15 will use
when the ;n flag is set?
I use regex buddy to develop regular expressions. Currently I'm using
a .NET 2.0-4.6 setting. Is that an appropriate setting?
I'm doing an in memory conversion as follows. Does the in memory
conversion use a different regex than a non in memory conversion?
XSLTConversionCommand conversionCommand = new
XSLTConversionCommand()
{
PathOfInputXml = simplifiedWorkOrder,
PathOfInputXsl =
dataDictionaryRepository.GetByKey("WORK_ORDER_ANALYSIS.xsl").Value
};
IXsltConvertor xsltConvertor = new InMemoryXsltConvertor()
{
ConvertCommand = conversionCommand
};
string xml = xsltConvertor.Convert();
workOrder.AnalysisResultXml = xml;
Regards
Alex Muir
Chief Data Engineer/Architect
Jahtoe Technology
tech.jahtoe.com
I'm wondering what regex engine saxon9he-api.dll 9.7.0.15 will use
when the ;n flag is set?
I use regex buddy to develop regular expressions. Currently I'm using
a .NET 2.0-4.6 setting. Is that an appropriate setting?
I'm doing an in memory conversion as follows. Does the in memory
conversion use a different regex than a non in memory conversion?
XSLTConversionCommand conversionCommand = new
XSLTConversionCommand()
{
PathOfInputXml = simplifiedWorkOrder,
PathOfInputXsl =
dataDictionaryRepository.GetByKey("WORK_ORDER_ANALYSIS.xsl").Value
};
IXsltConvertor xsltConvertor = new InMemoryXsltConvertor()
{
ConvertCommand = conversionCommand
};
string xml = xsltConvertor.Convert();
workOrder.AnalysisResultXml = xml;
Regards
Alex Muir
Chief Data Engineer/Architect
Jahtoe Technology
tech.jahtoe.com