Jonas Schäfer
|
2efef5ceeb
|
xso-proc: add support for string literals for namespaces
Makes it easier to use ad-hoc.
|
2024-06-23 12:40:18 +02:00 |
|
Jonas Schäfer
|
4d1166b66d
|
xso-proc: allow paths as XML names
Not sure if this is something useful to have, but it feels consistent
with `namespace`.
|
2024-06-23 12:40:18 +02:00 |
|
Jonas Schäfer
|
1611c5fba9
|
xso-proc: validate XML names against rxml_validation::NcName
That way we avoid a fallible conversion at runtime.
|
2024-06-23 12:22:17 +02:00 |
|
Jonas Schäfer
|
0adfd1218b
|
xso-proc: start making derive macros for FromXml and IntoXml
For now, these macros only support empty elements. Everything else will
be rejected with a compile-time error.
|
2024-06-23 12:20:02 +02:00 |
|