私は製品ソフトウェアに取り組んでいるので、私の問題を解決するためにあなたの助けが必要です.
文字列形式の変数に一連の XML データがあります。
タスクは、"PropertyReference" という子ノードを持つ親ノードを見つけることです。XML の構造は次のようになります。
ソリューションがjquery構文を使用して解決できれば、それは素晴らしいことです...
<StringAttribute Caption="comments" ColumnName="fccomments" Description="comments" MaxLength="54" Name="fccomments" />
<StringAttribute Caption="department" ColumnName="fdept" Description="department" MaxLength="2" Name="fdept">
<PropertyReference Name="inwork_fdept" ObjectName="Department" PropertyName="fdeptno" UseIndexView="True" />
</StringAttribute>
<DecimalAttribute Caption="labor cost/hour" ColumnName="flabcost" ContentType="Price" DecimalDigits="2" Description="labor cost/hour" MaxValue="999.99" MinValue="-99.99" Name="flabcost">
<DecimalAttribute.Format>
<DecimalFormat DecimalDigits="2" Name="Price" />
</DecimalAttribute.Format>
</DecimalAttribute>
<DecimalAttribute Caption="Avg Queue Hours" ColumnName="fnavgque" DecimalDigits="1" Description="average queue time - generated by scheduling" MaxValue="99999.9" MinValue="-999.9" Name="fnavgque" />
<BooleanAttribute Caption="Default Operations for this Work Center to be Scheduled" ColumnName="flschedule" Description="schedule?" Name="flschedule" />
<BooleanAttribute Name="flscheduleEnable">
<BooleanAttribute.Triggers>
<Trigger InverseOperation="True" Operator="Equals" Value="True">
<Rule Target="flschedule" Type="ReadOnly" Value="OnClient" />
</Trigger>
</BooleanAttribute.Triggers>
</BooleanAttribute>
<IntegerAttribute Caption="Max Simultaneous Operations/Shift 1" ColumnName="fnmax1" DefaultValue="1" Description="maximum simmultaneous ops shift 1" MaxValue="99" MinValueAdherenceMessage="MAX_SIMUL_OPS" Name="fnmax1" />
<IntegerAttribute Caption="Max Simultaneous Operations/Shift 2" ColumnName="fnmax2" Description="maximum simmultaneous ops shift 2" MaxValue="99" MinValueAdherenceMessage="MAX_SIMUL_OPS" Name="fnmax2" />
前もって感謝します。