현재 XML
을 구문 분석 할 때 XElement
을 사용하고 응용 프로그램에서 필요한 각 노드를 읽습니다.System.Configuration을 사용하여 XML을 읽을 수 있습니까?
지금 내가 XML
어떤 configuration section
.IT는 그냥 평범한하지가 내가 config.xml 파일을 think.My 어떤이 가능 System.Configuration
됐나을 사용하여 XML
을 읽고 싶어.
<?xml version="1.0" encoding="utf-8" ?>
<ConfigSetting>
<!--The reports name which needs to be changed in to tethystrader db created on the fly.-->
<ReportsName value="Tethys_Price_report,Tethys_Liquidity_report,Tethys_Liquidity_report_option"/>
<MasterConnectionSetting connectionString="Data Source=NDI-LAP-262\SQL2008R2;Initial Catalog=master;UID=sa;[email protected];" />
<!--Create db for check Liquidityreport/execta daily scenario-->
<Setup scenario="LIQ" outputFilePath="..\..\..\..\..\..\Branch_3.2.5">
<ServerSetting>
<ConnectionSetting component="RGTestToolDB" connectionString="server=NDI-LAP-262\SQL2008R2;integrated security=SSPI;uid=sa;[email protected];database=~;Connection Timeout=1;" />
<ConnectionSetting component="TethysTrader" connectionString="server=NDI-LAP-262\SQL2008R2;integrated security=SSPI;uid=sa;[email protected];database=~;Connection Timeout=1;" />
<ConnectionSetting component="TethysCommonDB" connectionString="server=NDI-LAP-262\SQL2008R2;integrated security=SSPI;uid=sa;[email protected];database=~;Connection Timeout=1;" />
</ServerSetting>
<DB component="TethysTrader">
<cabfile path="Output\TethysTrader.cab" />
<cabfile path="Output\TethysTrader-RG.cab" />
<object tablename="order_msgs" file="TethysTraderDB\order_msgs.csv" />
<object tablename="order_msgs_incoming" file="TethysTraderDB\order_msgs_incoming.csv" />
</DB>
</Setup>
</ConfigSetting>
좋습니다.
귀하의 제안에 따라 현재 프로세스가보다 정확하고 유용합니다. 둘 모두에 대한 찬반 양론이 있습니까? –
희망을 갖고이를 명확히하기 위해 답변을 업데이트했습니다. –