michael-hoke opened a new issue, #850:
URL: https://github.com/apache/daffodil-vscode/issues/850

   When viewing the PCAP schema using the extension, several items are 
highlighted as errors that we should look to resolve.
   
   $dfdl:byteOrder
   $pcap:valueLen
   fn:concat with 2 arguments
   It looks like $dfdl:byteOrder is an external variable - we need to figure 
out how to identify external variables
   It looks like $pcap:valueLen is created with a dfdl:newVariableInstance tag 
- we need to parse that to get the variables
   We are already able to get variables and insert them into the XPath 
tokenizer - it's just a matter of figuring out how to augment our current 
detection with these types of variables.
   
   @mbeckerle are there other cases/examples of XPath values in a schema (e.g 
outputValueCalc/inputValueCalc) that we are missing?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to