Request to export TXml parser as a Util #8137
Labels
status: waiting on response
Waiting on a response from the reporter(s) of the issue
status: will not implement
The team chooses not to implement this enhancement
Have you read the FAQ and checked for duplicate open issues?
Yes
Is your feature request related to a problem? Please describe.
Background on Manifest Preprocessing Changes:
With manifestPreprocessor being deprecated, I've migrated to using manifestPreprocessorTXml. However, this introduces a key difference - manifestPreprocessorTXml returns XML nodes instead of XML documents as previously returned by manifestPreprocessor.
Current Challenge:
To parse these XML nodes, the ideal approach would be to use Shaka's existing TXml utilities and functions. However, since these utilities aren't exported, I'm forced to reimplement the same XML parsing logic, which leads to:
Describe the solution you'd like
Exposing Shaka's internal TXml utilities would allow for consistent and efficient XML parsing for external manifest preprocessing implementations.
Describe alternatives you've considered
NA
Additional context
NA
Are you planning to send a PR to add it?
Yes
The text was updated successfully, but these errors were encountered: