-
Notifications
You must be signed in to change notification settings - Fork 610
Open
Description
my xml:
<simplesect kind="par"><para>result - hello <computeroutput><ref refid="" kindref="compound">ProtocolNotifyInfo</ref></computeroutput> bye </para>
</simplesect>
I want to know the sequential relationship between hello, ProtocolNotifyInfo, and bye,but get:
{
"_": "result - hello bye ",
"computeroutput": [
{
"ref": [
{
"_": "ProtocolNotifyInfo",
"$": {
"refid": "",
"kindref": "compound"
}
}
]
}
]
}
```,
I don't know where to put ProtocolNotifyInfo。 thinks
Metadata
Metadata
Assignees
Labels
No labels