Mike Beckerle

Results 16 issues of Mike Beckerle

- [x] I have searched open and closed issues for duplicates. - [x] I have searched the [forum](https://forum.duplicati.com) for related topics. ---------------------------------------- ## Environment info - **Duplicati version**: 2.0.6.3_beta_2021-06-17 -...

I've had to override this method of MarkupParser due to what I think is a bug: ``` def xCharData: NodeSeq = { xToken("[CDATA[") def mkResult(pos: Int, s: String): NodeSeq =...

We use the constructing parser so as to get file/line/column information added to parsed XML, as well as for proper handling of CDATA regions. However, we've encountered some things where...

Migrated from https://issues.scala-lang.org/browse/SI-4543. There is discussion there that is not reproduced here. Original description is: What steps will reproduce the problem (please be specific and ``` scala> {PCData("hello\nworld")} res51: scala.xml.Elem...

This issue migrated from https://issues.scala-lang.org/browse/SI-3527. Original description of the issue: when preserveWS = false. example: ``` Welcome to Scala version 2.8.0.RC3 (Java HotSpot(TM) 64-Bit Server VM, Java 1.6.0_20). scala> xml.parsing.ConstructingParser.fromSource(io.Source.fromString("a...

Migrated from https://issues.scala-lang.org/browse/SI-4303. There is substantial discussion there that is not reproduced here. Original description: What steps will reproduce the problem ``` scala> {"hi\nthere"} res6: scala.xml.Elem = hi there scala>...

This provides better support for writing DFDL schemas from ordinary XML infrastructure in IDEs/Tools. Fix incorrect URI Removed dfdl-config-format.xsd This was redundantly defining the dafext namespace. Unusable that way in...

Trying to get it to run this namespaces test on json, but current status is that it SDEs with symbol-resolution/namespace/prefix issues. Same tests work fine running under the TDML runner,...

Adding Daffodil to Drill as a 'contrib' Requires Daffodil 3.7.0-SNAPSHOT which has metadata support we're using. New format-daffodil module created Still uses absolute paths for the schemaFileURI. (which is cheating....

enhancement
new-format
doc-impacting