final fixes in xml
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element ref="pfx:author" minOccurs="0"/>
|
||||
<xsd:element name="satus" type="xsd:string"/>
|
||||
<xsd:element name="status" type="xsd:string"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
@@ -15,7 +15,14 @@
|
||||
</pd:startType>
|
||||
<pd:startX>67</pd:startX>
|
||||
<pd:startY>77</pd:startY>
|
||||
<pd:returnBindings/>
|
||||
<pd:returnBindings>
|
||||
<root>
|
||||
<xsl:copy-of select="$get-or-delete/root/ns2:author"/>
|
||||
<status>
|
||||
<xsl:value-of select="if (boolean($XMLPOST/root/status)) then $XMLPOST/root/status else $get-or-delete/root/status"/>
|
||||
</status>
|
||||
</root>
|
||||
</pd:returnBindings>
|
||||
<pd:endName>End</pd:endName>
|
||||
<pd:endType>
|
||||
<xsd:element name="root">
|
||||
|
||||
Reference in New Issue
Block a user