#

xml

XML markup language and processing

ProgrammingANTLR4 Lexer Rules for Preserving XML DOCTYPE Formatting

Learn how to modify ANTLR4 lexer/parser rules to preserve spaces and formatting in XML DOCTYPE output using TokenStreamRewriter.getText().

4 answers 1 view
ProgrammingConfiguring XML Data Exchange Permissions in 1C 8.3

Step-by-step guide to configure XML data exchange permissions in 1C 8.3 for the Accountant role, enabling import of external documents.

5 answers 5 views
WebCustomize Remove Button in Orbeon Builder Repeatable Sections

Learn how to customize the remove button label in Orbeon Builder for repeatable sections. Change 'Remove line' to context-specific text and localize for multiple languages.

1 answer 3 views
WebREST API Error Handling Best Practices: JSON XML Quota Limits

Comprehensive guide to REST API error handling with proper HTTP status codes, JSON/XML response formats, and storage quota management for client-friendly applications.

1 answer 4 views
ProgrammingCheck if XElement Has ID XML Attribute in C# Visual Studio

Learn how to test if an XElement contains an 'id' XML attribute in C# using element.Attribute('id') != null. Compare with alternatives like Attributes('id').Any() for reliable XML parsing in Visual Studio 2022 projects.

1 answer 3 views
ProgrammingPrettier XML Formatting: Inline/Block Elements & Whitespace

Learn how to format XML with Prettier XML plugin, handling inline vs block elements correctly. Preserve whitespace using xmlWhitespaceSensitivity, prettier-ignore, xml:space, and CI-ready alternatives like xml-formatter or xmllint.

1 answer 3 views
ProgrammingFix TFTP Server Dynamic XML Configuration for IP Phones

Learn how to fix TFTP server implementation in Node.js to serve dynamically generated XML configuration files for IP phones instead of logging 'file not found' errors.

1 answer 2 views