Tags: xml*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. Microsoft’s POML offers a declarative way to manage complex instructions by using XML-like tags and CSS-style rules for prompt design. By separating content from stylistic parameters like tone and token limits, the system promotes modularity, reusability, and improved maintainability compared to manual string concatenation.

    - Requires Python 3.10 or higher
    - Facilitates cleaner version control through structured diffs in pull requests
    - Enables non-engineers like product managers to contribute using familiar syntax styles
    - Allows for model-agnostic structures that separate intent from specific API formatting quirks
  2. RFC 9457 defines a standardized format for communicating error details in HTTP API responses, known as "problem details."
    - Supersedes RFC 7807,
    - Core fields include 'type', 'title', 'detail' and 'instance'.
    - Generally paired with 4xx/5xx HTTP status codes.
    - Content types `application/problem+xml`, `application/problem+json`

    Example:
    ```
    {
    "type": "https://example.com/probs/invalid-input",
    "title": "Invalid Input",
    "status": 400,
    "detail": "The provided 'age' value must be a positive integer.",
    "instance": "/users/123",
    "age": -5
    }
    ```
  3. Invisible XML (ixml) is a method for treating non-XML documents as if they were XML, enabling authors to write documents and data in a format they prefer while providing XML for processes that are more effective with XML content.
  4. A symposium dedicated to Invisible XML (ixml), a language and process for identifying structure in documents. The event will be held online on February 26/27, 2026, and attendance is free. The schedule includes presentations on various aspects of ixml implementation, syntax, and applications.
  5. This documentation describes how to use Apache Xalan XSLT 3.0 implementation's REST API to use Xalan-J's XSLT 3.0 implementation from within software application code. It includes examples using Postman with XSLT stylesheets and XML/JSON documents.
  6. A post with pithy observations and clear conclusions from building complex LLM workflows, covering topics like prompt chaining, data structuring, model limitations, and fine-tuning strategies.
  7. yq is a command-line tool that processes YAML, XML, and TOML files by converting them to JSON and using jq for further processing. It supports various options for preserving YAML tags and styles, and can be used as a module for in-place edits.
    2025-03-05 Tags: , , , , , , , by klotz
  8. The article discusses the use of jq, xq, and yq tools for processing JSON, XML, and YAML data from the command line. It includes examples of how to use these tools to extract and manipulate data, as well as converting GPX files to CSV format.
    2025-03-04 Tags: , , , , , , , by klotz
  9. MarkItDown is a utility for converting various files to Markdown, including PDF, PowerPoint, Word, Excel, Images, Audio, HTML, text-based formats, and ZIP files.
  10. Program and schedule for Declarative Amsterdam 2024 conference.

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "xml"

About - Propulsed by SemanticScuttle